#A79EBD

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

Shades of Cold Purple #A79EBD

Tints of Cold Purple #A79EBD

Color information

#A79EBD (or 0xA79EBD) is unknown color: approx Cold Purple. HEX triplet: A7, 9E and BD. RGB value is (167,158,189). Sum of RGB (Red+Green+Blue) = 167+158+189=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #A79EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79EBD is #586142. Grayscale: #A4A4A4. Windows color (decimal): -5792067 or 12426919. OLE color: 12426919.

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

Color convert

RGB167158189-
CMYK0.120.1600.26
HSL257.42º19.02%68.04%-
HSV(B)257.42º16.4%74.12%-
XYZ37.3536.3453.19-
YUV164.22141.98129.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.49%
GREEN value IS 158 (62.11% from 255) = 30.74%
BLUE value IS 189 (74.22% from 255) = 36.77%
R=32.49%
G=30.74%
B=36.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671581890.120.1600.26257.4219.0268.04
HexA79EBDC1001A1011344
Octal247236275142003240123104
Binary101001111001111010111101110010000011010100000001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79EBD; }

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

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

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

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

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

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

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

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