#AB709E

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

Shades of Bouquet #AB709E

Tints of Bouquet #AB709E

Color information

#AB709E (or 0xAB709E) is unknown color: approx Bouquet. HEX triplet: AB, 70 and 9E. RGB value is (171,112,158). Sum of RGB (Red+Green+Blue) = 171+112+158=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB709E is #548F61. Grayscale: #868686. Windows color (decimal): -5541730 or 10383531. OLE color: 10383531.

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

Color convert

RGB171112158-
CMYK00.350.080.33
HSL313.22º25.99%55.49%-
HSV(B)313.22º34.5%67.06%-
XYZ28.7622.7135.22-
YUV134.88141.05153.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 112 (44.14% from 255) = 25.40%
BLUE value IS 158 (62.11% from 255) = 35.83%
R=38.78%
G=25.40%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111215800.350.080.33313.2225.9955.49
HexAB709E0238211391a37
Octal25316023604310414713267
Binary101010111110000100111100100011100010000110011100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB709E; }

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

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

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

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

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

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

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

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