#A096FD

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

Shades of Light Slate Blue #A096FD

Tints of Light Slate Blue #A096FD

Color information

#A096FD (or 0xA096FD) is unknown color: approx Light Slate Blue. HEX triplet: A0, 96 and FD. RGB value is (160,150,253). Sum of RGB (Red+Green+Blue) = 160+150+253=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #A096FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096FD is #5F6902. Grayscale: #A4A4A4. Windows color (decimal): -6252803 or 16619168. OLE color: 16619168.

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

Color convert

RGB160150253-
CMYK0.370.4100.01
HSL245.83º96.26%79.02%-
HSV(B)245.83º40.71%99.22%-
XYZ43.1336.3897.68-
YUV164.73177.81124.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.42%
GREEN value IS 150 (58.98% from 255) = 26.64%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=28.42%
G=26.64%
B=44.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1601502530.370.4100.01245.8396.2679.02
HexA096FD252901f6604f
Octal240226375455101366140117
Binary101000001001011011111101100101101001011111011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A096FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A096FD; }

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

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

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

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

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

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

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

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