#A79EB5

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

Shades of Cold Purple #A79EB5

Tints of Cold Purple #A79EB5

Color information

#A79EB5 (or 0xA79EB5) is unknown color: approx Cold Purple. HEX triplet: A7, 9E and B5. RGB value is (167,158,181). Sum of RGB (Red+Green+Blue) = 167+158+181=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 181 - color contains mainly: blue. Hex color #A79EB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79EB5 is #58614A. Grayscale: #A3A3A3. Windows color (decimal): -5792075 or 11902631. OLE color: 11902631.

HSL color Cylindrical-coordinate representation of color #A79EB5: hue angle of 263.48º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A79EB5 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB167158181-
CMYK0.080.1300.29
HSL263.48º13.45%66.47%-
HSV(B)263.48º12.71%70.98%-
XYZ36.536.0148.74-
YUV163.31137.98130.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.00%
GREEN value IS 158 (62.11% from 255) = 31.23%
BLUE value IS 181 (71.09% from 255) = 35.77%
R=33.00%
G=31.23%
B=35.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671581810.080.1300.29263.4813.4566.47
HexA79EB58D01D107d42
Octal247236265101503540715102
Binary1010011110011110101101011000110101110110000011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79EB5; }

 p { color: rgb(167,158,181); }

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

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

 a { background-color: rgb(167,158,181); }

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

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

 span { border-color: rgb(167,158,181); }

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