#a096ff

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

Shades of Light Slate Blue #A096FF

Tints of Light Slate Blue #A096FF

Color information

#A096FF (or 0xA096FF) is unknown color: approx Light Slate Blue. HEX triplet: A0, 96 and FF. RGB value is (160,150,255). Sum of RGB (Red+Green+Blue) = 160+150+255=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #A096FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096FF is #5F6900. Grayscale: #A4A4A4. Windows color (decimal): -6252801 or 16750240. OLE color: 16750240.

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

Color convert

RGB160150255-
CMYK0.370.4100
HSL245.71º100%79.41%-
HSV(B)245.71º41.18%100%-
XYZ43.4536.5199.36-
YUV164.96178.81124.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.32%
GREEN value IS 150 (58.98% from 255) = 26.55%
BLUE value IS 255 (100% from 255) = 45.13%
R=28.32%
G=26.55%
B=45.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601502550.370.4100245.7110079.41
HexA096FF252900f6644f
Octal240226377455100366144117
Binary101000001001011011111111100101101001001111011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a096ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a096ff; }

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

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

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

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

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

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

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

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