#A296BF

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

Shades of Cold Purple #A296BF

Tints of Cold Purple #A296BF

Color information

#A296BF (or 0xA296BF) is unknown color: approx Cold Purple. HEX triplet: A2, 96 and BF. RGB value is (162,150,191). Sum of RGB (Red+Green+Blue) = 162+150+191=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #A296BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296BF is #5D6940. Grayscale: #9E9E9E. Windows color (decimal): -6121793 or 12555938. OLE color: 12555938.

HSL color Cylindrical-coordinate representation of color #A296BF: hue angle of 257.56º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A296BF is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162150191-
CMYK0.150.2100.25
HSL257.56º24.26%66.86%-
HSV(B)257.56º21.47%74.9%-
XYZ35.2133.2653.85-
YUV158.26146.48130.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.21%
GREEN value IS 150 (58.98% from 255) = 29.82%
BLUE value IS 191 (75% from 255) = 37.97%
R=32.21%
G=29.82%
B=37.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621501910.150.2100.25257.5624.2666.86
HexA296BFF150191021843
Octal242226277172503140230103
Binary101000101001011010111111111110101011001100000010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A296BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A296BF; }

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

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

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

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

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

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

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

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