#a08cfe

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

Shades of Light Slate Blue #A08CFE

Tints of Light Slate Blue #A08CFE

Color information

#A08CFE (or 0xA08CFE) is unknown color: approx Light Slate Blue. HEX triplet: A0, 8C and FE. RGB value is (160,140,254). Sum of RGB (Red+Green+Blue) = 160+140+254=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #A08CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08CFE is #5F7301. Grayscale: #9E9E9E. Windows color (decimal): -6255362 or 16682144. OLE color: 16682144.

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

Color convert

RGB160140254-
CMYK0.370.4500.00
HSL250.53º98.28%77.25%-
HSV(B)250.53º44.88%99.61%-
XYZ41.7633.3998.01-
YUV158.98181.63128.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.88%
GREEN value IS 140 (55.08% from 255) = 25.27%
BLUE value IS 254 (99.61% from 255) = 45.85%
R=28.88%
G=25.27%
B=45.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1601402540.370.4500.00250.5398.2877.25
HexA08CFE252D00fb624d
Octal240214376455500373142115
Binary101000001000110011111110100101101101001111101111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a08cfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a08cfe; }

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

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

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

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

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

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

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

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