#AD83A3

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

Shades of Bouquet #AD83A3

Tints of Bouquet #AD83A3

Color information

#AD83A3 (or 0xAD83A3) is unknown color: approx Bouquet. HEX triplet: AD, 83 and A3. RGB value is (173,131,163). Sum of RGB (Red+Green+Blue) = 173+131+163=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD83A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD83A3 is #527C5C. Grayscale: #939393. Windows color (decimal): -5405789 or 10716077. OLE color: 10716077.

HSL color Cylindrical-coordinate representation of color #AD83A3: hue angle of 314.29º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD83A3 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB173131163-
CMYK00.240.060.32
HSL314.29º20.39%59.61%-
HSV(B)314.29º24.28%67.84%-
XYZ31.9627.7638.32-
YUV147.21136.91146.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.04%
GREEN value IS 131 (51.56% from 255) = 28.05%
BLUE value IS 163 (64.06% from 255) = 34.90%
R=37.04%
G=28.05%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313116300.240.060.32314.2920.3959.61
HexAD83A301862013a143c
Octal2552032430306404722474
Binary10101101100000111010001101100011010000010011101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD83A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD83A3; }

 p { color: rgb(173,131,163); }

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

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

 a { background-color: rgb(173,131,163); }

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

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

 span { border-color: rgb(173,131,163); }

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