#AB7A9A

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

Shades of Bouquet #AB7A9A

Tints of Bouquet #AB7A9A

Color information

#AB7A9A (or 0xAB7A9A) is unknown color: approx Bouquet. HEX triplet: AB, 7A and 9A. RGB value is (171,122,154). Sum of RGB (Red+Green+Blue) = 171+122+154=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7A9A is #548565. Grayscale: #8C8C8C. Windows color (decimal): -5539174 or 10123947. OLE color: 10123947.

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

Color convert

RGB171122154-
CMYK00.290.100.33
HSL320.82º22.58%57.45%-
HSV(B)320.82º28.65%67.06%-
XYZ29.5924.9133.82-
YUV140.3135.73149.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 122 (48.05% from 255) = 27.29%
BLUE value IS 154 (60.55% from 255) = 34.45%
R=38.26%
G=27.29%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112215400.290.100.33320.8222.5857.45
HexAB7A9A01DA211411739
Octal25317223203512415012771
Binary10101011111101010011010011101101010000110100000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7A9A; }

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

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

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

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

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

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

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

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