#AB6995

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

Shades of Bouquet #AB6995

Tints of Bouquet #AB6995

Color information

#AB6995 (or 0xAB6995) is unknown color: approx Bouquet. HEX triplet: AB, 69 and 95. RGB value is (171,105,149). Sum of RGB (Red+Green+Blue) = 171+105+149=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6995 is #54966A. Grayscale: #818181. Windows color (decimal): -5543531 or 9791915. OLE color: 9791915.

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

Color convert

RGB171105149-
CMYK00.390.130.33
HSL320º28.21%54.12%-
HSV(B)320º38.6%67.06%-
XYZ27.2720.9331.04-
YUV129.75138.87157.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 105 (41.41% from 255) = 24.71%
BLUE value IS 149 (58.59% from 255) = 35.06%
R=40.24%
G=24.71%
B=35.06%

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
Decimal17110514900.390.130.3332028.2154.12
HexAB6995027D211401c36
Octal25315122504715415003466
Binary101010111101001100101010100111110110000110100000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6995; }

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

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

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

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

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

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

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

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