#AB83A1

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

Shades of Bouquet #AB83A1

Tints of Bouquet #AB83A1

Color information

#AB83A1 (or 0xAB83A1) is unknown color: approx Bouquet. HEX triplet: AB, 83 and A1. RGB value is (171,131,161). Sum of RGB (Red+Green+Blue) = 171+131+161=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 171 - color contains mainly: red. Hex color #AB83A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB83A1 is #547C5E. Grayscale: #929292. Windows color (decimal): -5536863 or 10585003. OLE color: 10585003.

HSL color Cylindrical-coordinate representation of color #AB83A1: hue angle of 315º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB83A1 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB171131161-
CMYK00.230.060.33
HSL315º19.23%59.22%-
HSV(B)315º23.39%67.06%-
XYZ31.3427.4637.37-
YUV146.38136.25145.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.93%
GREEN value IS 131 (51.56% from 255) = 28.29%
BLUE value IS 161 (63.28% from 255) = 34.77%
R=36.93%
G=28.29%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113116100.230.060.3331519.2359.22
HexAB83A101762113b133b
Octal2532032410276414732373
Binary10101011100000111010000101011111010000110011101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB83A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB83A1; }

 p { color: rgb(171,131,161); }

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

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

 a { background-color: rgb(171,131,161); }

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

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

 span { border-color: rgb(171,131,161); }

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