Html Css Color HEX #AD4878 Royal Heath

📋 copy color: '#AD4878'

red 173 ◦ green 72 ◦ blue 120

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

Shades of Royal Heath #AD4878

Tints of Royal Heath #AD4878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.88%

R = 47.4%
G = 19.73%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD4878 (or 0xAD4878) is known color: Royal Heath. HEX triplet: AD, 48 and 78. RGB value is (173,72,120). Sum of RGB (Red+Green+Blue) = 173+72+120=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4878 is #52B787. Grayscale: #6B6B6B. Windows color (decimal): -5420936 or 7882925. OLE color: 7882925.

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

Color convert

RGB 173 72 120 -
CMYK 0 0.58 0.31 0.32
HSL 331.49º 0.41% 0.48% -
HSV(B) 331.49º 0.58% 0.68% -
XYZ 22.94 14.88 19.43 -
YUV 107.67 134.96 174.6 -
System Red Green Blue C M Y K H S L
Decimal 173 72 120 0 0.58 0.31 0.32 331.49 0.41 0.48
Hex AD 48 78 0 3A 1F 20 14B 29 30
Octal 255 110 170 0 72 37 40 513 51 60
Binary 10101101 1001000 1111000 0 111010 11111 100000 101001011 101001 110000

Color Harmonies of #AD4878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4878

Black with #AD4878

Text Example


Text Example

White with #AD4878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4878; }

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

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

background-color css

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

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

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

border-color css

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

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

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