#AB76A0

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

Shades of Bouquet #AB76A0

Tints of Bouquet #AB76A0

Color information

#AB76A0 (or 0xAB76A0) is unknown color: approx Bouquet. HEX triplet: AB, 76 and A0. RGB value is (171,118,160). Sum of RGB (Red+Green+Blue) = 171+118+160=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB76A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB76A0 is #54895F. Grayscale: #8A8A8A. Windows color (decimal): -5540192 or 10516139. OLE color: 10516139.

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

Color convert

RGB171118160-
CMYK00.310.060.33
HSL312.45º23.98%56.67%-
HSV(B)312.45º30.99%67.06%-
XYZ29.6224.1536.36-
YUV138.64140.06151.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.08%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 160 (62.89% from 255) = 35.63%
R=38.08%
G=26.28%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111816000.310.060.33312.4523.9856.67
HexAB76A001F6211381839
Octal2531662400376414703071
Binary1010101111101101010000001111111010000110011100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB76A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB76A0; }

 p { color: rgb(171,118,160); }

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

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

 a { background-color: rgb(171,118,160); }

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

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

 span { border-color: rgb(171,118,160); }

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