Html Css Color HEX #AD5A78 Royal Heath

📋 copy color: '#AD5A78'

red 173 ◦ green 90 ◦ blue 120

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

Shades of Royal Heath #AD5A78

Tints of Royal Heath #AD5A78

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.5%

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

R = 45.17%
G = 23.5%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD5A78 (or 0xAD5A78) is known color: Royal Heath. HEX triplet: AD, 5A and 78. RGB value is (173,90,120). Sum of RGB (Red+Green+Blue) = 173+90+120=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A78 is #52A587. Grayscale: #767676. Windows color (decimal): -5416328 or 7887533. OLE color: 7887533.

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

Color convert

RGB 173 90 120 -
CMYK 0 0.48 0.31 0.32
HSL 338.31º 0.34% 0.52% -
HSV(B) 338.31º 0.48% 0.68% -
XYZ 24.28 17.55 19.88 -
YUV 118.24 129 167.06 -
System Red Green Blue C M Y K H S L
Decimal 173 90 120 0 0.48 0.31 0.32 338.31 0.34 0.52
Hex AD 5A 78 0 30 1F 20 152 22 34
Octal 255 132 170 0 60 37 40 522 42 64
Binary 10101101 1011010 1111000 0 110000 11111 100000 101010010 100010 110100

Color Harmonies of #AD5A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A78

Black with #AD5A78

Text Example


Text Example

White with #AD5A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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