#AB6897

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

Shades of Bouquet #AB6897

Tints of Bouquet #AB6897

Color information

#AB6897 (or 0xAB6897) is unknown color: approx Bouquet. HEX triplet: AB, 68 and 97. RGB value is (171,104,151). Sum of RGB (Red+Green+Blue) = 171+104+151=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6897 is #549768. Grayscale: #818181. Windows color (decimal): -5543785 or 9922731. OLE color: 9922731.

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

Color convert

RGB171104151-
CMYK00.390.120.33
HSL317.91º28.51%53.92%-
HSV(B)317.91º39.18%67.06%-
XYZ27.3320.7931.85-
YUV129.39140.2157.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.14%
GREEN value IS 104 (41.02% from 255) = 24.41%
BLUE value IS 151 (59.38% from 255) = 35.45%
R=40.14%
G=24.41%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110415100.390.120.33317.9128.5153.92
HexAB6897027C2113e1d36
Octal25315022704714414763566
Binary101010111101000100101110100111110010000110011111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6897; }

 p { color: rgb(171,104,151); }

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

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

 a { background-color: rgb(171,104,151); }

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

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

 span { border-color: rgb(171,104,151); }

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