#AB809D

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

Shades of Bouquet #AB809D

Tints of Bouquet #AB809D

Color information

#AB809D (or 0xAB809D) is unknown color: approx Bouquet. HEX triplet: AB, 80 and 9D. RGB value is (171,128,157). Sum of RGB (Red+Green+Blue) = 171+128+157=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #AB809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB809D is #547F62. Grayscale: #909090. Windows color (decimal): -5537635 or 10322091. OLE color: 10322091.

HSL color Cylindrical-coordinate representation of color #AB809D: hue angle of 319.53º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB809D is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB171128157-
CMYK00.250.080.33
HSL319.53º20.38%58.63%-
HSV(B)319.53º25.15%67.06%-
XYZ30.626.5335.41-
YUV144.16135.25147.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.5%
GREEN value IS 128 (50.39% from 255) = 28.07%
BLUE value IS 157 (61.72% from 255) = 34.43%
R=37.5%
G=28.07%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112815700.250.080.33319.5320.3858.63
HexAB809D019821140143b
Octal25320023503110415002473
Binary101010111000000010011101011001100010000110100000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB809D; }

 p { color: rgb(171,128,157); }

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

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

 a { background-color: rgb(171,128,157); }

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

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

 span { border-color: rgb(171,128,157); }

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