Html Css Color HEX #AD73A4 Bouquet

📋 copy color: '#AD73A4'

red 173 ◦ green 115 ◦ blue 164

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

Shades of Bouquet #AD73A4

Tints of Bouquet #AD73A4

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.44%

 BLUE value IS 164 (64.45% from 255) = 36.28%

R = 38.27%
G = 25.44%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD73A4 (or 0xAD73A4) is known color: Bouquet. HEX triplet: AD, 73 and A4. RGB value is (173,115,164). Sum of RGB (Red+Green+Blue) = 173+115+164=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #AD73A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD73A4 is #528C5B. Grayscale: #898989. Windows color (decimal): -5409884 or 10777517. OLE color: 10777517.

HSL color Cylindrical-coordinate representation of color #AD73A4: hue angle of 309.31º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD73A4 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 115 164 -
CMYK 0 0.34 0.05 0.32
HSL 309.31º 0.26% 0.56% -
HSV(B) 309.31º 0.34% 0.68% -
XYZ 30.07 23.83 38.14 -
YUV 137.93 142.72 153.02 -
System Red Green Blue C M Y K H S L
Decimal 173 115 164 0 0.34 0.05 0.32 309.31 0.26 0.56
Hex AD 73 A4 0 22 5 20 135 1A 38
Octal 255 163 244 0 42 5 40 465 32 70
Binary 10101101 1110011 10100100 0 100010 101 100000 100110101 11010 111000

Color Harmonies of #AD73A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD73A4

Black with #AD73A4

Text Example


Text Example

White with #AD73A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD73A4; }

 p { color: rgb(173,115,164); }

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

background-color css

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

 a { background-color: rgb(173,115,164); }

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

border-color css

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

 span { border-color: rgb(173,115,164); }

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