#AB7DA2

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

Shades of Bouquet #AB7DA2

Tints of Bouquet #AB7DA2

Color information

#AB7DA2 (or 0xAB7DA2) is unknown color: approx Bouquet. HEX triplet: AB, 7D and A2. RGB value is (171,125,162). Sum of RGB (Red+Green+Blue) = 171+125+162=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7DA2 is #54825D. Grayscale: #8E8E8E. Windows color (decimal): -5538398 or 10649003. OLE color: 10649003.

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

Color convert

RGB171125162-
CMYK00.270.050.33
HSL311.74º21.5%58.04%-
HSV(B)311.74º26.9%67.06%-
XYZ30.6525.9337.57-
YUV142.97138.74147.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.34%
GREEN value IS 125 (49.22% from 255) = 27.29%
BLUE value IS 162 (63.67% from 255) = 35.37%
R=37.34%
G=27.29%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112516200.270.050.33311.7421.558.04
HexAB7DA201B521138153a
Octal2531752420335414702572
Binary1010101111111011010001001101110110000110011100010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7DA2; }

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

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

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

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

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

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

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

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