#A187FA

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

Shades of Light Slate Blue #A187FA

Tints of Light Slate Blue #A187FA

Color information

#A187FA (or 0xA187FA) is unknown color: approx Light Slate Blue. HEX triplet: A1, 87 and FA. RGB value is (161,135,250). Sum of RGB (Red+Green+Blue) = 161+135+250=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 135 (53.12% from 255 or 24.73% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #A187FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A187FA is #5E7805. Grayscale: #9B9B9B. Windows color (decimal): -6191110 or 16418721. OLE color: 16418721.

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

Color convert

RGB161135250-
CMYK0.360.4600.02
HSL253.57º92%75.49%-
HSV(B)253.57º46%98.04%-
XYZ40.6231.8194.44-
YUV155.88181.11131.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.49%
GREEN value IS 135 (53.12% from 255) = 24.73%
BLUE value IS 250 (98.05% from 255) = 45.79%
R=29.49%
G=24.73%
B=45.79%

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
Decimal1611352500.360.4600.02253.579275.49
HexA187FA242E02fe5c4b
Octal241207372445602376134113
Binary1010000110000111111110101001001011100101111111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A187FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A187FA; }

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

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

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

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

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

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

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

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