#AB6894

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

Shades of Bouquet #AB6894

Tints of Bouquet #AB6894

Color information

#AB6894 (or 0xAB6894) is unknown color: approx Bouquet. HEX triplet: AB, 68 and 94. RGB value is (171,104,148). Sum of RGB (Red+Green+Blue) = 171+104+148=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6894 is #54976B. Grayscale: #808080. Windows color (decimal): -5543788 or 9726123. OLE color: 9726123.

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

Color convert

RGB171104148-
CMYK00.390.130.33
HSL320.6º28.51%53.92%-
HSV(B)320.6º39.18%67.06%-
XYZ27.0920.730.58-
YUV129.05138.7157.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.43%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=40.43%
G=24.59%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110414800.390.130.33320.628.5153.92
HexAB6894027D211411d36
Octal25315022404715415013566
Binary101010111101000100101000100111110110000110100000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6894; }

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

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

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

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

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

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

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

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