Html Css Color HEX #AD74A0 Bouquet

📋 copy color: '#AD74A0'

red 173 ◦ green 116 ◦ blue 160

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

Shades of Bouquet #AD74A0

Tints of Bouquet #AD74A0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.84%

 BLUE value IS 160 (62.89% from 255) = 35.63%

R = 38.53%
G = 25.84%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD74A0 (or 0xAD74A0) is known color: Bouquet. HEX triplet: AD, 74 and A0. RGB value is (173,116,160). Sum of RGB (Red+Green+Blue) = 173+116+160=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD74A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD74A0 is #528B5F. Grayscale: #898989. Windows color (decimal): -5409632 or 10515629. OLE color: 10515629.

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

Color convert

RGB 173 116 160 -
CMYK 0 0.33 0.08 0.32
HSL 313.68º 0.26% 0.57% -
HSV(B) 313.68º 0.33% 0.68% -
XYZ 29.82 23.91 36.3 -
YUV 138.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 173 116 160 0 0.33 0.08 0.32 313.68 0.26 0.57
Hex AD 74 A0 0 21 8 20 13A 1A 39
Octal 255 164 240 0 41 10 40 472 32 71
Binary 10101101 1110100 10100000 0 100001 1000 100000 100111010 11010 111001

Color Harmonies of #AD74A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD74A0

Black with #AD74A0

Text Example


Text Example

White with #AD74A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD74A0; }

 p { color: rgb(173,116,160); }

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

background-color css

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

 a { background-color: rgb(173,116,160); }

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

border-color css

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

 span { border-color: rgb(173,116,160); }

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