#A188FA

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

Shades of Light Slate Blue #A188FA

Tints of Light Slate Blue #A188FA

Color information

#A188FA (or 0xA188FA) is unknown color: approx Light Slate Blue. HEX triplet: A1, 88 and FA. RGB value is (161,136,250). Sum of RGB (Red+Green+Blue) = 161+136+250=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 136 (53.52% from 255 or 24.86% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #A188FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A188FA is #5E7705. Grayscale: #9C9C9C. Windows color (decimal): -6190854 or 16418977. OLE color: 16418977.

HSL color Cylindrical-coordinate representation of color #A188FA: hue angle of 253.16º degrees, saturation: 0.92, 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 #A188FA is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161136250-
CMYK0.360.4600.02
HSL253.16º91.94%75.69%-
HSV(B)253.16º45.6%98.04%-
XYZ40.7632.0994.49-
YUV156.47180.78131.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.43%
GREEN value IS 136 (53.52% from 255) = 24.86%
BLUE value IS 250 (98.05% from 255) = 45.70%
R=29.43%
G=24.86%
B=45.70%

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
Decimal1611362500.360.4600.02253.1691.9475.69
HexA188FA242E02fd5c4c
Octal241210372445602375134114
Binary1010000110001000111110101001001011100101111110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A188FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A188FA; }

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

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

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

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

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

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

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

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