#AB6596

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

Shades of Bouquet #AB6596

Tints of Bouquet #AB6596

Color information

#AB6596 (or 0xAB6596) is unknown color: approx Bouquet. HEX triplet: AB, 65 and 96. RGB value is (171,101,150). Sum of RGB (Red+Green+Blue) = 171+101+150=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6596 is #549A69. Grayscale: #7F7F7F. Windows color (decimal): -5544554 or 9856427. OLE color: 9856427.

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

Color convert

RGB171101150-
CMYK00.410.120.33
HSL318º29.41%53.33%-
HSV(B)318º40.94%67.06%-
XYZ26.9520.1731.33-
YUV127.52140.69159.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 101 (39.84% from 255) = 23.93%
BLUE value IS 150 (58.98% from 255) = 35.55%
R=40.52%
G=23.93%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110115000.410.120.3331829.4153.33
HexAB6596029C2113e1d35
Octal25314522605114414763565
Binary101010111100101100101100101001110010000110011111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6596; }

 p { color: rgb(171,101,150); }

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

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

 a { background-color: rgb(171,101,150); }

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

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

 span { border-color: rgb(171,101,150); }

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