#AB6993

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

Shades of Bouquet #AB6993

Tints of Bouquet #AB6993

Color information

#AB6993 (or 0xAB6993) is unknown color: approx Bouquet. HEX triplet: AB, 69 and 93. RGB value is (171,105,147). Sum of RGB (Red+Green+Blue) = 171+105+147=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6993 is #54966C. Grayscale: #818181. Windows color (decimal): -5543533 or 9660843. OLE color: 9660843.

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

Color convert

RGB171105147-
CMYK00.390.140.33
HSL321.82º28.21%54.12%-
HSV(B)321.82º38.6%67.06%-
XYZ27.1120.8730.2-
YUV129.52137.87157.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.43%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=40.43%
G=24.82%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110514700.390.140.33321.8228.2154.12
HexAB6993027E211421c36
Octal25315122304716415023466
Binary101010111101001100100110100111111010000110100001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6993; }

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

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

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

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

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

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

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

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