#A187FB

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

Shades of Light Slate Blue #A187FB

Tints of Light Slate Blue #A187FB

Color information

#A187FB (or 0xA187FB) is unknown color: approx Light Slate Blue. HEX triplet: A1, 87 and FB. RGB value is (161,135,251). Sum of RGB (Red+Green+Blue) = 161+135+251=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 135 (53.12% from 255 or 24.68% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #A187FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A187FB is #5E7804. Grayscale: #9B9B9B. Windows color (decimal): -6191109 or 16484257. OLE color: 16484257.

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

Color convert

RGB161135251-
CMYK0.360.4600.02
HSL253.45º93.55%75.69%-
HSV(B)253.45º46.22%98.43%-
XYZ40.7731.8795.27-
YUV156181.61131.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.43%
GREEN value IS 135 (53.12% from 255) = 24.68%
BLUE value IS 251 (98.44% from 255) = 45.89%
R=29.43%
G=24.68%
B=45.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611352510.360.4600.02253.4593.5575.69
HexA187FB242E02fd5e4c
Octal241207373445602375136114
Binary1010000110000111111110111001001011100101111110110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A187FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A187FB; }

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

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

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

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

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

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

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

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