#AD81A3

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

Shades of Bouquet #AD81A3

Tints of Bouquet #AD81A3

Color information

#AD81A3 (or 0xAD81A3) is unknown color: approx Bouquet. HEX triplet: AD, 81 and A3. RGB value is (173,129,163). Sum of RGB (Red+Green+Blue) = 173+129+163=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD81A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD81A3 is #527E5C. Grayscale: #919191. Windows color (decimal): -5406301 or 10715565. OLE color: 10715565.

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

Color convert

RGB173129163-
CMYK00.250.060.32
HSL313.64º21.15%59.22%-
HSV(B)313.64º25.43%67.84%-
XYZ31.6927.2338.24-
YUV146.03137.58147.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.20%
GREEN value IS 129 (50.78% from 255) = 27.74%
BLUE value IS 163 (64.06% from 255) = 35.05%
R=37.20%
G=27.74%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312916300.250.060.32313.6421.1559.22
HexAD81A301962013a153b
Octal2552012430316404722573
Binary10101101100000011010001101100111010000010011101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD81A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD81A3; }

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

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

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

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

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

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

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

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