#AB76A3

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

Shades of Bouquet #AB76A3

Tints of Bouquet #AB76A3

Color information

#AB76A3 (or 0xAB76A3) is unknown color: approx Bouquet. HEX triplet: AB, 76 and A3. RGB value is (171,118,163). Sum of RGB (Red+Green+Blue) = 171+118+163=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 163 (64.06% from 255 or 36.06% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #AB76A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB76A3 is #54895C. Grayscale: #8A8A8A. Windows color (decimal): -5540189 or 10712747. OLE color: 10712747.

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

Color convert

RGB171118163-
CMYK00.310.050.33
HSL309.06º23.98%56.67%-
HSV(B)309.06º30.99%67.06%-
XYZ29.8824.2637.76-
YUV138.98141.56150.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.83%
GREEN value IS 118 (46.48% from 255) = 26.11%
BLUE value IS 163 (64.06% from 255) = 36.06%
R=37.83%
G=26.11%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111816300.310.050.33309.0623.9856.67
HexAB76A301F5211351839
Octal2531662430375414653071
Binary1010101111101101010001101111110110000110011010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB76A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB76A3; }

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

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

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

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

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

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

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

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