#A096FC

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

Shades of Light Slate Blue #A096FC

Tints of Light Slate Blue #A096FC

Color information

#A096FC (or 0xA096FC) is unknown color: approx Light Slate Blue. HEX triplet: A0, 96 and FC. RGB value is (160,150,252). Sum of RGB (Red+Green+Blue) = 160+150+252=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #A096FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096FC is #5F6903. Grayscale: #A4A4A4. Windows color (decimal): -6252804 or 16553632. OLE color: 16553632.

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

Color convert

RGB160150252-
CMYK0.370.4000.01
HSL245.88º94.44%78.82%-
HSV(B)245.88º40.48%98.82%-
XYZ42.9736.3196.84-
YUV164.62177.31124.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.47%
GREEN value IS 150 (58.98% from 255) = 26.69%
BLUE value IS 252 (98.83% from 255) = 44.84%
R=28.47%
G=26.69%
B=44.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1601502520.370.4000.01245.8894.4478.82
HexA096FC252801f65e4f
Octal240226374455001366136117
Binary101000001001011011111100100101101000011111011010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A096FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A096FC; }

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

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

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

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

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

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

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

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