#AB7AA4

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

Shades of Bouquet #AB7AA4

Tints of Bouquet #AB7AA4

Color information

#AB7AA4 (or 0xAB7AA4) is unknown color: approx Bouquet. HEX triplet: AB, 7A and A4. RGB value is (171,122,164). Sum of RGB (Red+Green+Blue) = 171+122+164=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7AA4 is #54855B. Grayscale: #8D8D8D. Windows color (decimal): -5539164 or 10779307. OLE color: 10779307.

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

Color convert

RGB171122164-
CMYK00.290.040.33
HSL308.57º22.58%57.45%-
HSV(B)308.57º28.65%67.06%-
XYZ30.4525.2638.39-
YUV141.44140.73149.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.42%
GREEN value IS 122 (48.05% from 255) = 26.70%
BLUE value IS 164 (64.45% from 255) = 35.89%
R=37.42%
G=26.70%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112216400.290.040.33308.5722.5857.45
HexAB7AA401D4211351739
Octal2531722440354414652771
Binary1010101111110101010010001110110010000110011010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7AA4; }

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

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

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

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

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

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

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

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