Html Css Color HEX #AD4873 Royal Heath

📋 copy color: '#AD4873'

red 173 ◦ green 72 ◦ blue 115

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

Shades of Royal Heath #AD4873

Tints of Royal Heath #AD4873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.94%

R = 48.06%
G = 20%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD4873 (or 0xAD4873) is known color: Royal Heath. HEX triplet: AD, 48 and 73. RGB value is (173,72,115). Sum of RGB (Red+Green+Blue) = 173+72+115=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4873 is #52B78C. Grayscale: #6B6B6B. Windows color (decimal): -5420941 or 7555245. OLE color: 7555245.

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

Color convert

RGB 173 72 115 -
CMYK 0 0.58 0.34 0.32
HSL 334.46º 0.41% 0.48% -
HSV(B) 334.46º 0.58% 0.68% -
XYZ 22.65 14.76 17.87 -
YUV 107.1 132.46 175 -
System Red Green Blue C M Y K H S L
Decimal 173 72 115 0 0.58 0.34 0.32 334.46 0.41 0.48
Hex AD 48 73 0 3A 22 20 14E 29 30
Octal 255 110 163 0 72 42 40 516 51 60
Binary 10101101 1001000 1110011 0 111010 100010 100000 101001110 101001 110000

Color Harmonies of #AD4873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4873

Black with #AD4873

Text Example


Text Example

White with #AD4873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4873; }

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

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

background-color css

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

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

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

border-color css

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

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

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