#AD819E

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

Shades of Bouquet #AD819E

Tints of Bouquet #AD819E

Color information

#AD819E (or 0xAD819E) is unknown color: approx Bouquet. HEX triplet: AD, 81 and 9E. RGB value is (173,129,158). Sum of RGB (Red+Green+Blue) = 173+129+158=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD819E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD819E is #527E61. Grayscale: #919191. Windows color (decimal): -5406306 or 10387885. OLE color: 10387885.

HSL color Cylindrical-coordinate representation of color #AD819E: hue angle of 320.45º 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 #AD819E is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB173129158-
CMYK00.250.090.32
HSL320.45º21.15%59.22%-
HSV(B)320.45º25.43%67.84%-
XYZ31.2627.0535.92-
YUV145.46135.08147.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.61%
GREEN value IS 129 (50.78% from 255) = 28.04%
BLUE value IS 158 (62.11% from 255) = 34.35%
R=37.61%
G=28.04%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312915800.250.090.32320.4521.1559.22
HexAD819E019920140153b
Octal25520123603111405002573
Binary101011011000000110011110011001100110000010100000010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD819E; }

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

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

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

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

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

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

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

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