#A296BC

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

Shades of Cold Purple #A296BC

Tints of Cold Purple #A296BC

Color information

#A296BC (or 0xA296BC) is unknown color: approx Cold Purple. HEX triplet: A2, 96 and BC. RGB value is (162,150,188). Sum of RGB (Red+Green+Blue) = 162+150+188=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #A296BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296BC is #5D6943. Grayscale: #9D9D9D. Windows color (decimal): -6121796 or 12359330. OLE color: 12359330.

HSL color Cylindrical-coordinate representation of color #A296BC: hue angle of 258.95º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A296BC is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB162150188-
CMYK0.140.2000.26
HSL258.95º22.09%66.27%-
HSV(B)258.95º20.21%73.73%-
XYZ34.8833.1252.13-
YUV157.92144.98130.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.4%
GREEN value IS 150 (58.98% from 255) = 30%
BLUE value IS 188 (73.83% from 255) = 37.6%
R=32.4%
G=30%
B=37.6%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621501880.140.2000.26258.9522.0966.27
HexA296BCE1401A1031642
Octal242226274162403240326102
Binary101000101001011010111100111010100011010100000011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A296BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A296BC; }

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

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

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

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

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

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

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

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