#A496FF

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

Shades of Light Slate Blue #A496FF

Tints of Light Slate Blue #A496FF

Color information

#A496FF (or 0xA496FF) is unknown color: approx Light Slate Blue. HEX triplet: A4, 96 and FF. RGB value is (164,150,255). Sum of RGB (Red+Green+Blue) = 164+150+255=569 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.82% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #A496FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A496FF is #5B6900. Grayscale: #A5A5A5. Windows color (decimal): -5990657 or 16750244. OLE color: 16750244.

HSL color Cylindrical-coordinate representation of color #A496FF: hue angle of 248º 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 #A496FF is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB164150255-
CMYK0.360.4100
HSL248º100%79.41%-
HSV(B)248º41.18%100%-
XYZ44.2736.9399.4-
YUV166.16178.14126.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.82%
GREEN value IS 150 (58.98% from 255) = 26.36%
BLUE value IS 255 (100% from 255) = 44.82%
R=28.82%
G=26.36%
B=44.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641502550.360.410024810079.41
HexA496FF242900f8644f
Octal244226377445100370144117
Binary101001001001011011111111100100101001001111100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A496FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A496FF; }

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

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

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

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

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

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

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

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