#AB7DA1

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

Shades of Bouquet #AB7DA1

Tints of Bouquet #AB7DA1

Color information

#AB7DA1 (or 0xAB7DA1) is unknown color: approx Bouquet. HEX triplet: AB, 7D and A1. RGB value is (171,125,161). Sum of RGB (Red+Green+Blue) = 171+125+161=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7DA1 is #54825E. Grayscale: #8E8E8E. Windows color (decimal): -5538399 or 10583467. OLE color: 10583467.

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

Color convert

RGB171125161-
CMYK00.270.060.33
HSL313.04º21.5%58.04%-
HSV(B)313.04º26.9%67.06%-
XYZ30.5625.937.11-
YUV142.86138.24148.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.42%
GREEN value IS 125 (49.22% from 255) = 27.35%
BLUE value IS 161 (63.28% from 255) = 35.23%
R=37.42%
G=27.35%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112516100.270.060.33313.0421.558.04
HexAB7DA101B621139153a
Octal2531752410336414712572
Binary1010101111111011010000101101111010000110011100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7DA1; }

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

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

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

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

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

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

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

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