#A096FE

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

Shades of Light Slate Blue #A096FE

Tints of Light Slate Blue #A096FE

Color information

#A096FE (or 0xA096FE) is unknown color: approx Light Slate Blue. HEX triplet: A0, 96 and FE. RGB value is (160,150,254). Sum of RGB (Red+Green+Blue) = 160+150+254=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #A096FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096FE is #5F6901. Grayscale: #A4A4A4. Windows color (decimal): -6252802 or 16684704. OLE color: 16684704.

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

Color convert

RGB160150254-
CMYK0.370.4100.00
HSL245.77º98.11%79.22%-
HSV(B)245.77º40.94%99.61%-
XYZ43.2936.4498.52-
YUV164.85178.31124.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.37%
GREEN value IS 150 (58.98% from 255) = 26.60%
BLUE value IS 254 (99.61% from 255) = 45.04%
R=28.37%
G=26.60%
B=45.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1601502540.370.4100.00245.7798.1179.22
HexA096FE252900f6624f
Octal240226376455100366142117
Binary101000001001011011111110100101101001001111011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A096FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A096FE; }

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

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

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

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

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

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

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

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