#A79ABE

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

Shades of Cold Purple #A79ABE

Tints of Cold Purple #A79ABE

Color information

#A79ABE (or 0xA79ABE) is unknown color: approx Cold Purple. HEX triplet: A7, 9A and BE. RGB value is (167,154,190). Sum of RGB (Red+Green+Blue) = 167+154+190=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #A79ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79ABE is #586541. Grayscale: #A1A1A1. Windows color (decimal): -5793090 or 12491431. OLE color: 12491431.

HSL color Cylindrical-coordinate representation of color #A79ABE: hue angle of 261.67º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A79ABE is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167154190-
CMYK0.120.1900.25
HSL261.67º21.69%67.45%-
HSV(B)261.67º18.95%74.51%-
XYZ36.7935.0453.54-
YUV161.99143.81131.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.68%
GREEN value IS 154 (60.55% from 255) = 30.14%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=32.68%
G=30.14%
B=37.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671541900.120.1900.25261.6721.6967.45
HexA79ABEC130191061643
Octal247232276142303140626103
Binary101001111001101010111110110010011011001100000110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79ABE; }

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

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

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

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

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

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

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

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