#A79CBD

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

Shades of Cold Purple #A79CBD

Tints of Cold Purple #A79CBD

Color information

#A79CBD (or 0xA79CBD) is unknown color: approx Cold Purple. HEX triplet: A7, 9C and BD. RGB value is (167,156,189). Sum of RGB (Red+Green+Blue) = 167+156+189=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #A79CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79CBD is #586342. Grayscale: #A2A2A2. Windows color (decimal): -5792579 or 12426407. OLE color: 12426407.

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

Color convert

RGB167156189-
CMYK0.120.1700.26
HSL260º20%67.65%-
HSV(B)260º17.46%74.12%-
XYZ37.0135.6753.08-
YUV163.05142.64130.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 156 (61.33% from 255) = 30.47%
BLUE value IS 189 (74.22% from 255) = 36.91%
R=32.62%
G=30.47%
B=36.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671561890.120.1700.262602067.65
HexA79CBDC1101A1041444
Octal247234275142103240424104
Binary101001111001110010111101110010001011010100000100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79CBD; }

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

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

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

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

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

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

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

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