#A79AB9

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

Shades of Cold Purple #A79AB9

Tints of Cold Purple #A79AB9

Color information

#A79AB9 (or 0xA79AB9) is unknown color: approx Cold Purple. HEX triplet: A7, 9A and B9. RGB value is (167,154,185). Sum of RGB (Red+Green+Blue) = 167+154+185=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 185 - color contains mainly: blue. Hex color #A79AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79AB9 is #586546. Grayscale: #A1A1A1. Windows color (decimal): -5793095 or 12163751. OLE color: 12163751.

HSL color Cylindrical-coordinate representation of color #A79AB9: hue angle of 265.16º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A79AB9 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB167154185-
CMYK0.100.1700.27
HSL265.16º18.13%66.47%-
HSV(B)265.16º16.76%72.55%-
XYZ36.2534.8350.71-
YUV161.42141.31131.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.00%
GREEN value IS 154 (60.55% from 255) = 30.43%
BLUE value IS 185 (72.66% from 255) = 36.56%
R=33.00%
G=30.43%
B=36.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671541850.100.1700.27265.1618.1366.47
HexA79AB9A1101B1091242
Octal247232271122103341122102
Binary101001111001101010111001101010001011011100001001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79AB9; }

 p { color: rgb(167,154,185); }

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

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

 a { background-color: rgb(167,154,185); }

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

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

 span { border-color: rgb(167,154,185); }

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