#A296C6

Color #A296C6 Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A296C6

Tints of Cold Purple #A296C6

Color information

#A296C6 (or 0xA296C6) is unknown color: approx Cold Purple. HEX triplet: A2, 96 and C6. RGB value is (162,150,198). Sum of RGB (Red+Green+Blue) = 162+150+198=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 198 - color contains mainly: blue. Hex color #A296C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296C6 is #5D6939. Grayscale: #9E9E9E. Windows color (decimal): -6121786 or 13014690. OLE color: 13014690.

HSL color Cylindrical-coordinate representation of color #A296C6: hue angle of 255º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A296C6 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB162150198-
CMYK0.180.2400.22
HSL255º29.63%68.24%-
HSV(B)255º24.24%77.65%-
XYZ3633.5758.01-
YUV159.06149.98130.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.76%
GREEN value IS 150 (58.98% from 255) = 29.41%
BLUE value IS 198 (77.73% from 255) = 38.82%
R=31.76%
G=29.41%
B=38.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621501980.180.2400.2225529.6368.24
HexA296C61218016ff1e44
Octal242226306223002637736104
Binary101000101001011011000110100101100001011011111111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A296C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A296C6; }

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

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

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

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

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

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

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

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