Html Css Color HEX #AD5C78 Royal Heath

📋 copy color: '#AD5C78'

red 173 ◦ green 92 ◦ blue 120

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

Shades of Royal Heath #AD5C78

Tints of Royal Heath #AD5C78

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.9%

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

R = 44.94%
G = 23.9%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD5C78 (or 0xAD5C78) is known color: Royal Heath. HEX triplet: AD, 5C and 78. RGB value is (173,92,120). Sum of RGB (Red+Green+Blue) = 173+92+120=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C78 is #52A387. Grayscale: #777777. Windows color (decimal): -5415816 or 7888045. OLE color: 7888045.

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

Color convert

RGB 173 92 120 -
CMYK 0 0.47 0.31 0.32
HSL 339.26º 0.33% 0.52% -
HSV(B) 339.26º 0.47% 0.68% -
XYZ 24.45 17.89 19.93 -
YUV 119.41 128.34 166.22 -
System Red Green Blue C M Y K H S L
Decimal 173 92 120 0 0.47 0.31 0.32 339.26 0.33 0.52
Hex AD 5C 78 0 2F 1F 20 153 21 34
Octal 255 134 170 0 57 37 40 523 41 64
Binary 10101101 1011100 1111000 0 101111 11111 100000 101010011 100001 110100

Color Harmonies of #AD5C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C78

Black with #AD5C78

Text Example


Text Example

White with #AD5C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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