Html Css Color HEX #AD4579 Royal Heath

📋 copy color: '#AD4579'

red 173 ◦ green 69 ◦ blue 121

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

Shades of Royal Heath #AD4579

Tints of Royal Heath #AD4579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.01%

 BLUE value IS 121 (47.66% from 255) = 33.33%

R = 47.66%
G = 19.01%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD4579 (or 0xAD4579) is known color: Royal Heath. HEX triplet: AD, 45 and 79. RGB value is (173,69,121). Sum of RGB (Red+Green+Blue) = 173+69+121=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4579 is #52BA86. Grayscale: #696969. Windows color (decimal): -5421703 or 7947693. OLE color: 7947693.

HSL color Cylindrical-coordinate representation of color #AD4579: hue angle of 330º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4579 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 69 121 -
CMYK 0 0.60 0.30 0.32
HSL 330º 0.43% 0.47% -
HSV(B) 330º 0.6% 0.68% -
XYZ 22.81 14.52 19.69 -
YUV 106.02 136.46 175.77 -
System Red Green Blue C M Y K H S L
Decimal 173 69 121 0 0.60 0.30 0.32 330 0.43 0.47
Hex AD 45 79 0 3C 1E 20 14A 2B 2F
Octal 255 105 171 0 74 36 40 512 53 57
Binary 10101101 1000101 1111001 0 111100 11110 100000 101001010 101011 101111

Color Harmonies of #AD4579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4579

Black with #AD4579

Text Example


Text Example

White with #AD4579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4579; }

 p { color: rgb(173,69,121); }

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

background-color css

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

 a { background-color: rgb(173,69,121); }

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

border-color css

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

 span { border-color: rgb(173,69,121); }

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