#AB709A

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

Shades of Bouquet #AB709A

Tints of Bouquet #AB709A

Color information

#AB709A (or 0xAB709A) is unknown color: approx Bouquet. HEX triplet: AB, 70 and 9A. RGB value is (171,112,154). Sum of RGB (Red+Green+Blue) = 171+112+154=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #AB709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB709A is #548F65. Grayscale: #868686. Windows color (decimal): -5541734 or 10121387. OLE color: 10121387.

HSL color Cylindrical-coordinate representation of color #AB709A: hue angle of 317.29º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB709A is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB171112154-
CMYK00.350.100.33
HSL317.29º25.99%55.49%-
HSV(B)317.29º34.5%67.06%-
XYZ28.4222.5833.43-
YUV134.43139.05154.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.13%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=39.13%
G=25.63%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111215400.350.100.33317.2925.9955.49
HexAB709A023A2113d1a37
Octal25316023204312414753267
Binary101010111110000100110100100011101010000110011110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB709A; }

 p { color: rgb(171,112,154); }

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

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

 a { background-color: rgb(171,112,154); }

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

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

 span { border-color: rgb(171,112,154); }

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