#AB76A4

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

Shades of Bouquet #AB76A4

Tints of Bouquet #AB76A4

Color information

#AB76A4 (or 0xAB76A4) is unknown color: approx Bouquet. HEX triplet: AB, 76 and A4. RGB value is (171,118,164). Sum of RGB (Red+Green+Blue) = 171+118+164=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #AB76A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB76A4 is #54895B. Grayscale: #8A8A8A. Windows color (decimal): -5540188 or 10778283. OLE color: 10778283.

HSL color Cylindrical-coordinate representation of color #AB76A4: hue angle of 307.92º 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 #AB76A4 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB171118164-
CMYK00.310.040.33
HSL307.92º23.98%56.67%-
HSV(B)307.92º30.99%67.06%-
XYZ29.9724.338.23-
YUV139.09142.06150.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 118 (46.48% from 255) = 26.05%
BLUE value IS 164 (64.45% from 255) = 36.20%
R=37.75%
G=26.05%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111816400.310.040.33307.9223.9856.67
HexAB76A401F4211341839
Octal2531662440374414643071
Binary1010101111101101010010001111110010000110011010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB76A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB76A4; }

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

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

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

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

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

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

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

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