#AB79A5

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

Shades of Bouquet #AB79A5

Tints of Bouquet #AB79A5

Color information

#AB79A5 (or 0xAB79A5) is unknown color: approx Bouquet. HEX triplet: AB, 79 and A5. RGB value is (171,121,165). Sum of RGB (Red+Green+Blue) = 171+121+165=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 171 - color contains mainly: red. Hex color #AB79A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB79A5 is #54865A. Grayscale: #8C8C8C. Windows color (decimal): -5539419 or 10844587. OLE color: 10844587.

HSL color Cylindrical-coordinate representation of color #AB79A5: hue angle of 307.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB79A5 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB171121165-
CMYK00.290.040.33
HSL307.2º22.94%57.25%-
HSV(B)307.2º29.24%67.06%-
XYZ30.4225.0538.83-
YUV140.97141.56149.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.42%
GREEN value IS 121 (47.66% from 255) = 26.48%
BLUE value IS 165 (64.84% from 255) = 36.11%
R=37.42%
G=26.48%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112116500.290.040.33307.222.9457.25
HexAB79A501D4211331739
Octal2531712450354414632771
Binary1010101111110011010010101110110010000110011001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB79A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB79A5; }

 p { color: rgb(171,121,165); }

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

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

 a { background-color: rgb(171,121,165); }

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

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

 span { border-color: rgb(171,121,165); }

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