#A296FF

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

Shades of Light Slate Blue #A296FF

Tints of Light Slate Blue #A296FF

Color information

#A296FF (or 0xA296FF) is unknown color: approx Light Slate Blue. HEX triplet: A2, 96 and FF. RGB value is (162,150,255). Sum of RGB (Red+Green+Blue) = 162+150+255=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #A296FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A296FF is #5D6900. Grayscale: #A5A5A5. Windows color (decimal): -6121729 or 16750242. OLE color: 16750242.

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

Color convert

RGB162150255-
CMYK0.360.4100
HSL246.86º100%79.41%-
HSV(B)246.86º41.18%100%-
XYZ43.8636.7199.38-
YUV165.56178.48125.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.57%
GREEN value IS 150 (58.98% from 255) = 26.46%
BLUE value IS 255 (100% from 255) = 44.97%
R=28.57%
G=26.46%
B=44.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1621502550.360.4100246.8610079.41
HexA296FF242900f7644f
Octal242226377445100367144117
Binary101000101001011011111111100100101001001111011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A296FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A296FF; }

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

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

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

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

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

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

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

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