#A796BD

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

Shades of Cold Purple #A796BD

Tints of Cold Purple #A796BD

Color information

#A796BD (or 0xA796BD) is unknown color: approx Cold Purple. HEX triplet: A7, 96 and BD. RGB value is (167,150,189). Sum of RGB (Red+Green+Blue) = 167+150+189=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #A796BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A796BD is #586942. Grayscale: #9F9F9F. Windows color (decimal): -5794115 or 12424871. OLE color: 12424871.

HSL color Cylindrical-coordinate representation of color #A796BD: hue angle of 266.15º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A796BD is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB167150189-
CMYK0.120.2100.26
HSL266.15º22.81%66.47%-
HSV(B)266.15º20.63%74.12%-
XYZ36.0333.752.75-
YUV159.53144.63133.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.00%
GREEN value IS 150 (58.98% from 255) = 29.64%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=33.00%
G=29.64%
B=37.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671501890.120.2100.26266.1522.8166.47
HexA796BDC1501A10a1742
Octal247226275142503241227102
Binary101001111001011010111101110010101011010100001010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A796BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A796BD; }

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

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

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

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

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

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

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

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