Html Css Color HEX #AD5578 Royal Heath

📋 copy color: '#AD5578'

red 173 ◦ green 85 ◦ blue 120

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

Shades of Royal Heath #AD5578

Tints of Royal Heath #AD5578

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.49%

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

R = 45.77%
G = 22.49%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD5578 (or 0xAD5578) is known color: Royal Heath. HEX triplet: AD, 55 and 78. RGB value is (173,85,120). Sum of RGB (Red+Green+Blue) = 173+85+120=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5578 is #52AA87. Grayscale: #737373. Windows color (decimal): -5417608 or 7886253. OLE color: 7886253.

HSL color Cylindrical-coordinate representation of color #AD5578: hue angle of 336.14º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5578 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 85 120 -
CMYK 0 0.51 0.31 0.32
HSL 336.14º 0.35% 0.51% -
HSV(B) 336.14º 0.51% 0.68% -
XYZ 23.87 16.74 19.74 -
YUV 115.3 130.65 169.15 -
System Red Green Blue C M Y K H S L
Decimal 173 85 120 0 0.51 0.31 0.32 336.14 0.35 0.51
Hex AD 55 78 0 33 1F 20 150 23 33
Octal 255 125 170 0 63 37 40 520 43 63
Binary 10101101 1010101 1111000 0 110011 11111 100000 101010000 100011 110011

Color Harmonies of #AD5578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5578

Black with #AD5578

Text Example


Text Example

White with #AD5578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5578; }

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

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

background-color css

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

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

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

border-color css

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

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

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