#A288FA

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

Shades of Light Slate Blue #A288FA

Tints of Light Slate Blue #A288FA

Color information

#A288FA (or 0xA288FA) is unknown color: approx Light Slate Blue. HEX triplet: A2, 88 and FA. RGB value is (162,136,250). Sum of RGB (Red+Green+Blue) = 162+136+250=548 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.56% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #A288FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A288FA is #5D7705. Grayscale: #9C9C9C. Windows color (decimal): -6125318 or 16418978. OLE color: 16418978.

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

Color convert

RGB162136250-
CMYK0.350.4600.02
HSL253.68º91.94%75.69%-
HSV(B)253.68º45.6%98.04%-
XYZ40.9632.1994.5-
YUV156.77180.61131.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.56%
GREEN value IS 136 (53.52% from 255) = 24.82%
BLUE value IS 250 (98.05% from 255) = 45.62%
R=29.56%
G=24.82%
B=45.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621362500.350.4600.02253.6891.9475.69
HexA288FA232E02fe5c4c
Octal242210372435602376134114
Binary1010001010001000111110101000111011100101111111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A288FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A288FA; }

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

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

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

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

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

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

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

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