Html Css Color HEX #AD4879 Royal Heath

📋 copy color: '#AD4879'

red 173 ◦ green 72 ◦ blue 121

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

Shades of Royal Heath #AD4879

Tints of Royal Heath #AD4879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.67%

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

R = 47.27%
G = 19.67%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD4879 (or 0xAD4879) is known color: Royal Heath. HEX triplet: AD, 48 and 79. RGB value is (173,72,121). Sum of RGB (Red+Green+Blue) = 173+72+121=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4879 is #52B786. Grayscale: #6B6B6B. Windows color (decimal): -5420935 or 7948461. OLE color: 7948461.

HSL color Cylindrical-coordinate representation of color #AD4879: hue angle of 330.89º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4879 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 72 121 -
CMYK 0 0.58 0.30 0.32
HSL 330.89º 0.41% 0.48% -
HSV(B) 330.89º 0.58% 0.68% -
XYZ 23 14.9 19.75 -
YUV 107.79 135.46 174.52 -
System Red Green Blue C M Y K H S L
Decimal 173 72 121 0 0.58 0.30 0.32 330.89 0.41 0.48
Hex AD 48 79 0 3A 1E 20 14B 29 30
Octal 255 110 171 0 72 36 40 513 51 60
Binary 10101101 1001000 1111001 0 111010 11110 100000 101001011 101001 110000

Color Harmonies of #AD4879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4879

Black with #AD4879

Text Example


Text Example

White with #AD4879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4879; }

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

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

background-color css

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

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

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

border-color css

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

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

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