#A08AF9

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

Shades of Light Slate Blue #A08AF9

Tints of Light Slate Blue #A08AF9

Color information

#A08AF9 (or 0xA08AF9) is unknown color: approx Light Slate Blue. HEX triplet: A0, 8A and F9. RGB value is (160,138,249). Sum of RGB (Red+Green+Blue) = 160+138+249=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #A08AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08AF9 is #5F7506. Grayscale: #9C9C9C. Windows color (decimal): -6255879 or 16353952. OLE color: 16353952.

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

Color convert

RGB160138249-
CMYK0.360.4500.02
HSL251.89º90.24%75.88%-
HSV(B)251.89º44.58%97.65%-
XYZ40.6832.4993.75-
YUV157.23179.79129.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.25%
GREEN value IS 138 (54.30% from 255) = 25.23%
BLUE value IS 249 (97.66% from 255) = 45.52%
R=29.25%
G=25.23%
B=45.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601382490.360.4500.02251.8990.2475.88
HexA08AF9242D02fc5a4c
Octal240212371445502374132114
Binary1010000010001010111110011001001011010101111110010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08AF9; }

 p { color: rgb(160,138,249); }

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

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

 a { background-color: rgb(160,138,249); }

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

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

 span { border-color: rgb(160,138,249); }

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