Html Css Color HEX #AD819D Bouquet

📋 copy color: '#AD819D'

red 173 ◦ green 129 ◦ blue 157

#AD819D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #AD819D

Tints of Bouquet #AD819D

RGB

 RED value IS 173 (67.97% from 255) = 37.69%

 GREEN value IS 129 (50.78% from 255) = 28.1%

 BLUE value IS 157 (61.72% from 255) = 34.2%

R = 37.69%
G = 28.1%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD819D (or 0xAD819D) is known color: Bouquet. HEX triplet: AD, 81 and 9D. RGB value is (173,129,157). Sum of RGB (Red+Green+Blue) = 173+129+157=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #AD819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD819D is #527E62. Grayscale: #919191. Windows color (decimal): -5406307 or 10322349. OLE color: 10322349.

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

Color convert

RGB 173 129 157 -
CMYK 0 0.25 0.09 0.32
HSL 321.82º 0.21% 0.59% -
HSV(B) 321.82º 0.25% 0.68% -
XYZ 31.17 27.02 35.47 -
YUV 145.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 173 129 157 0 0.25 0.09 0.32 321.82 0.21 0.59
Hex AD 81 9D 0 19 9 20 142 15 3B
Octal 255 201 235 0 31 11 40 502 25 73
Binary 10101101 10000001 10011101 0 11001 1001 100000 101000010 10101 111011

Color Harmonies of #AD819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD819D

Black with #AD819D

Text Example


Text Example

White with #AD819D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD819D; }

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

 H1.HeaderClassName
 {
   color: #AD819D;
 }
 .AnyTagClassName
 {
   color: #AD819D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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