#AB6895

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

Shades of Bouquet #AB6895

Tints of Bouquet #AB6895

Color information

#AB6895 (or 0xAB6895) is unknown color: approx Bouquet. HEX triplet: AB, 68 and 95. RGB value is (171,104,149). Sum of RGB (Red+Green+Blue) = 171+104+149=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6895 is #54976A. Grayscale: #818181. Windows color (decimal): -5543787 or 9791659. OLE color: 9791659.

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

Color convert

RGB171104149-
CMYK00.390.130.33
HSL319.7º28.51%53.92%-
HSV(B)319.7º39.18%67.06%-
XYZ27.1720.7331-
YUV129.16139.2157.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.33%
GREEN value IS 104 (41.02% from 255) = 24.53%
BLUE value IS 149 (58.59% from 255) = 35.14%
R=40.33%
G=24.53%
B=35.14%

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
Decimal17110414900.390.130.33319.728.5153.92
HexAB6895027D211401d36
Octal25315022504715415003566
Binary101010111101000100101010100111110110000110100000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6895; }

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

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

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

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

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

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

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

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