#A79BBC

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

Shades of Cold Purple #A79BBC

Tints of Cold Purple #A79BBC

Color information

#A79BBC (or 0xA79BBC) is unknown color: approx Cold Purple. HEX triplet: A7, 9B and BC. RGB value is (167,155,188). Sum of RGB (Red+Green+Blue) = 167+155+188=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #A79BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BBC is #586443. Grayscale: #A2A2A2. Windows color (decimal): -5792836 or 12360615. OLE color: 12360615.

HSL color Cylindrical-coordinate representation of color #A79BBC: hue angle of 261.82º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A79BBC is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB167155188-
CMYK0.110.1800.26
HSL261.82º19.76%67.25%-
HSV(B)261.82º17.55%73.73%-
XYZ36.7335.2952.45-
YUV162.35142.48131.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.75%
GREEN value IS 155 (60.94% from 255) = 30.39%
BLUE value IS 188 (73.83% from 255) = 36.86%
R=32.75%
G=30.39%
B=36.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671551880.110.1800.26261.8219.7667.25
HexA79BBCB1201A1061443
Octal247233274132203240624103
Binary101001111001101110111100101110010011010100000110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79BBC; }

 p { color: rgb(167,155,188); }

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

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

 a { background-color: rgb(167,155,188); }

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

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

 span { border-color: rgb(167,155,188); }

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