#A08EFE

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

Shades of Light Slate Blue #A08EFE

Tints of Light Slate Blue #A08EFE

Color information

#A08EFE (or 0xA08EFE) is unknown color: approx Light Slate Blue. HEX triplet: A0, 8E and FE. RGB value is (160,142,254). Sum of RGB (Red+Green+Blue) = 160+142+254=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #A08EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08EFE is #5F7101. Grayscale: #9F9F9F. Windows color (decimal): -6254850 or 16682656. OLE color: 16682656.

HSL color Cylindrical-coordinate representation of color #A08EFE: hue angle of 249.64º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A08EFE is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB160142254-
CMYK0.370.4400.00
HSL249.64º98.25%77.65%-
HSV(B)249.64º44.09%99.61%-
XYZ42.0633.9898.11-
YUV160.15180.96127.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.78%
GREEN value IS 142 (55.86% from 255) = 25.54%
BLUE value IS 254 (99.61% from 255) = 45.68%
R=28.78%
G=25.54%
B=45.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1601422540.370.4400.00249.6498.2577.65
HexA08EFE252C00fa624e
Octal240216376455400372142116
Binary101000001000111011111110100101101100001111101011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08EFE; }

 p { color: rgb(160,142,254); }

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

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

 a { background-color: rgb(160,142,254); }

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

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

 span { border-color: rgb(160,142,254); }

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