#A296FD

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

Shades of Light Slate Blue #A296FD

Tints of Light Slate Blue #A296FD

Color information

#A296FD (or 0xA296FD) is unknown color: approx Light Slate Blue. HEX triplet: A2, 96 and FD. RGB value is (162,150,253). Sum of RGB (Red+Green+Blue) = 162+150+253=565 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.67% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #A296FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A296FD is #5D6902. Grayscale: #A4A4A4. Windows color (decimal): -6121731 or 16619170. OLE color: 16619170.

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

Color convert

RGB162150253-
CMYK0.360.4100.01
HSL246.99º96.26%79.02%-
HSV(B)246.99º40.71%99.22%-
XYZ43.5436.5997.7-
YUV165.33177.48125.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.67%
GREEN value IS 150 (58.98% from 255) = 26.55%
BLUE value IS 253 (99.22% from 255) = 44.78%
R=28.67%
G=26.55%
B=44.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1621502530.360.4100.01246.9996.2679.02
HexA296FD242901f7604f
Octal242226375445101367140117
Binary101000101001011011111101100100101001011111011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A296FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A296FD; }

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

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

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

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

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

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

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

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