Html Css Color HEX #AD5A7C Royal Heath

📋 copy color: '#AD5A7C'

red 173 ◦ green 90 ◦ blue 124

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

Shades of Royal Heath #AD5A7C

Tints of Royal Heath #AD5A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.04%

R = 44.7%
G = 23.26%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD5A7C (or 0xAD5A7C) is known color: Royal Heath. HEX triplet: AD, 5A and 7C. RGB value is (173,90,124). Sum of RGB (Red+Green+Blue) = 173+90+124=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A7C is #52A583. Grayscale: #767676. Windows color (decimal): -5416324 or 8149677. OLE color: 8149677.

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

Color convert

RGB 173 90 124 -
CMYK 0 0.48 0.28 0.32
HSL 335.42º 0.34% 0.52% -
HSV(B) 335.42º 0.48% 0.68% -
XYZ 24.53 17.65 21.18 -
YUV 118.69 131 166.74 -
System Red Green Blue C M Y K H S L
Decimal 173 90 124 0 0.48 0.28 0.32 335.42 0.34 0.52
Hex AD 5A 7C 0 30 1C 20 14F 22 34
Octal 255 132 174 0 60 34 40 517 42 64
Binary 10101101 1011010 1111100 0 110000 11100 100000 101001111 100010 110100

Color Harmonies of #AD5A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A7C

Black with #AD5A7C

Text Example


Text Example

White with #AD5A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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