Html Css Color HEX #AD74A4 Bouquet

📋 copy color: '#AD74A4'

red 173 ◦ green 116 ◦ blue 164

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

Shades of Bouquet #AD74A4

Tints of Bouquet #AD74A4

RGB

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

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

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

R = 38.19%
G = 25.61%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD74A4 (or 0xAD74A4) is known color: Bouquet. HEX triplet: AD, 74 and A4. RGB value is (173,116,164). Sum of RGB (Red+Green+Blue) = 173+116+164=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD74A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD74A4 is #528B5B. Grayscale: #8A8A8A. Windows color (decimal): -5409628 or 10777773. OLE color: 10777773.

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

Color convert

RGB 173 116 164 -
CMYK 0 0.33 0.05 0.32
HSL 309.47º 0.26% 0.57% -
HSV(B) 309.47º 0.33% 0.68% -
XYZ 30.18 24.06 38.17 -
YUV 138.52 142.38 152.6 -
System Red Green Blue C M Y K H S L
Decimal 173 116 164 0 0.33 0.05 0.32 309.47 0.26 0.57
Hex AD 74 A4 0 21 5 20 135 1A 39
Octal 255 164 244 0 41 5 40 465 32 71
Binary 10101101 1110100 10100100 0 100001 101 100000 100110101 11010 111001

Color Harmonies of #AD74A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD74A4

Black with #AD74A4

Text Example


Text Example

White with #AD74A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD74A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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