#A79EBB

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

Shades of Cold Purple #A79EBB

Tints of Cold Purple #A79EBB

Color information

#A79EBB (or 0xA79EBB) is unknown color: approx Cold Purple. HEX triplet: A7, 9E and BB. RGB value is (167,158,187). Sum of RGB (Red+Green+Blue) = 167+158+187=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #A79EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79EBB is #586144. Grayscale: #A3A3A3. Windows color (decimal): -5792069 or 12295847. OLE color: 12295847.

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

Color convert

RGB167158187-
CMYK0.110.1600.27
HSL258.62º17.58%67.65%-
HSV(B)258.62º15.51%73.33%-
XYZ37.1336.2652.05-
YUV164140.98130.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 158 (62.11% from 255) = 30.86%
BLUE value IS 187 (73.44% from 255) = 36.52%
R=32.62%
G=30.86%
B=36.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671581870.110.1600.27258.6217.5867.65
HexA79EBBB1001B1031244
Octal247236273132003340322104
Binary101001111001111010111011101110000011011100000011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79EBB; }

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

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

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

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

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

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

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

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