#A185FB

Color #A185FB Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #A185FB

Tints of Light Slate Blue #A185FB

Color information

#A185FB (or 0xA185FB) is unknown color: approx Light Slate Blue. HEX triplet: A1, 85 and FB. RGB value is (161,133,251). Sum of RGB (Red+Green+Blue) = 161+133+251=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #A185FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A185FB is #5E7A04. Grayscale: #9A9A9A. Windows color (decimal): -6191621 or 16483745. OLE color: 16483745.

HSL color Cylindrical-coordinate representation of color #A185FB: hue angle of 254.24º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A185FB is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161133251-
CMYK0.360.4700.02
HSL254.24º93.65%75.29%-
HSV(B)254.24º47.01%98.43%-
XYZ40.531.3295.18-
YUV154.82182.28132.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 29.54%
GREEN value IS 133 (52.34% from 255) = 24.40%
BLUE value IS 251 (98.44% from 255) = 46.06%
R=29.54%
G=24.40%
B=46.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611332510.360.4700.02254.2493.6575.29
HexA185FB242F02fe5e4b
Octal241205373445702376136113
Binary1010000110000101111110111001001011110101111111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A185FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A185FB; }

 p { color: rgb(161,133,251); }

 H1.HeaderClassName
 {
   color: #A185FB;
 }
 .AnyTagClassName
 {
   color: #A185FB;
 }
</style>
background-color css

<style>
 a { background-color: #A185FB; }

 a { background-color: rgb(161,133,251); }

 div.DivClassName
 {
   background-color: #A185FB;
 }
 .BgClassName
 {
   background-color: #A185FB;
 }
</style>
border-color css

<style>
 span { border-color: #A185FB; }

 span { border-color: rgb(161,133,251); }

 td.TdClassName
 {
   border-color: #A185FB;
 }
 .TagClassName
 {
   border-color: #A185FB;
 }
</style>