#A79BBB

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

Shades of Cold Purple #A79BBB

Tints of Cold Purple #A79BBB

Color information

#A79BBB (or 0xA79BBB) is unknown color: approx Cold Purple. HEX triplet: A7, 9B and BB. RGB value is (167,155,187). Sum of RGB (Red+Green+Blue) = 167+155+187=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #A79BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BBB is #586444. Grayscale: #A2A2A2. Windows color (decimal): -5792837 or 12295079. OLE color: 12295079.

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

Color convert

RGB167155187-
CMYK0.110.1700.27
HSL262.5º19.05%67.06%-
HSV(B)262.5º17.11%73.33%-
XYZ36.6335.2551.89-
YUV162.24141.98131.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.81%
GREEN value IS 155 (60.94% from 255) = 30.45%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=32.81%
G=30.45%
B=36.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671551870.110.1700.27262.519.0567.06
HexA79BBBB1101B1061343
Octal247233273132103340623103
Binary101001111001101110111011101110001011011100000110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79BBB; }

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

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

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

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

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

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

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

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