#AB8AA2

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

Shades of Bouquet #AB8AA2

Tints of Bouquet #AB8AA2

Color information

#AB8AA2 (or 0xAB8AA2) is unknown color: approx Bouquet. HEX triplet: AB, 8A and A2. RGB value is (171,138,162). Sum of RGB (Red+Green+Blue) = 171+138+162=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8AA2 is #54755D. Grayscale: #969696. Windows color (decimal): -5535070 or 10652331. OLE color: 10652331.

HSL color Cylindrical-coordinate representation of color #AB8AA2: hue angle of 316.36º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB8AA2 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB171138162-
CMYK00.190.050.33
HSL316.36º16.42%60.59%-
HSV(B)316.36º19.3%67.06%-
XYZ32.429.4438.16-
YUV150.6134.43142.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.31%
GREEN value IS 138 (54.30% from 255) = 29.30%
BLUE value IS 162 (63.67% from 255) = 34.39%
R=36.31%
G=29.30%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113816200.190.050.33316.3616.4260.59
HexAB8AA201352113c103d
Octal2532122420235414742075
Binary10101011100010101010001001001110110000110011110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8AA2; }

 p { color: rgb(171,138,162); }

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

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

 a { background-color: rgb(171,138,162); }

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

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

 span { border-color: rgb(171,138,162); }

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