#A79FB4

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

Shades of Cold Purple #A79FB4

Tints of Cold Purple #A79FB4

Color information

#A79FB4 (or 0xA79FB4) is unknown color: approx Cold Purple. HEX triplet: A7, 9F and B4. RGB value is (167,159,180). Sum of RGB (Red+Green+Blue) = 167+159+180=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 180 - color contains mainly: blue. Hex color #A79FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79FB4 is #58604B. Grayscale: #A3A3A3. Windows color (decimal): -5791820 or 11837351. OLE color: 11837351.

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

Color convert

RGB167159180-
CMYK0.070.1200.29
HSL262.86º12.28%66.47%-
HSV(B)262.86º11.67%70.59%-
XYZ36.5736.3148.26-
YUV163.79137.15130.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.00%
GREEN value IS 159 (62.5% from 255) = 31.42%
BLUE value IS 180 (70.70% from 255) = 35.57%
R=33.00%
G=31.42%
B=35.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671591800.070.1200.29262.8612.2866.47
HexA79FB47C01D107c42
Octal24723726471403540714102
Binary101001111001111110110100111110001110110000011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79FB4; }

 p { color: rgb(167,159,180); }

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

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

 a { background-color: rgb(167,159,180); }

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

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

 span { border-color: rgb(167,159,180); }

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