#A796BC

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

Shades of Cold Purple #A796BC

Tints of Cold Purple #A796BC

Color information

#A796BC (or 0xA796BC) is unknown color: approx Cold Purple. HEX triplet: A7, 96 and BC. RGB value is (167,150,188). Sum of RGB (Red+Green+Blue) = 167+150+188=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #A796BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A796BC is #586943. Grayscale: #9F9F9F. Windows color (decimal): -5794116 or 12359335. OLE color: 12359335.

HSL color Cylindrical-coordinate representation of color #A796BC: hue angle of 266.84º 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 #A796BC is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB167150188-
CMYK0.110.2000.26
HSL266.84º22.09%66.27%-
HSV(B)266.84º20.21%73.73%-
XYZ35.9233.6652.18-
YUV159.42144.13133.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.07%
GREEN value IS 150 (58.98% from 255) = 29.70%
BLUE value IS 188 (73.83% from 255) = 37.23%
R=33.07%
G=29.70%
B=37.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671501880.110.2000.26266.8422.0966.27
HexA796BCB1401A10b1642
Octal247226274132403241326102
Binary101001111001011010111100101110100011010100001011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A796BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A796BC; }

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

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

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

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

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

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

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

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