Html Css Color HEX #AD577D Royal Heath

📋 copy color: '#AD577D'

red 173 ◦ green 87 ◦ blue 125

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

Shades of Royal Heath #AD577D

Tints of Royal Heath #AD577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.6%

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 44.94%
G = 22.6%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD577D (or 0xAD577D) is known color: Royal Heath. HEX triplet: AD, 57 and 7D. RGB value is (173,87,125). Sum of RGB (Red+Green+Blue) = 173+87+125=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD577D is #52A882. Grayscale: #747474. Windows color (decimal): -5417091 or 8214445. OLE color: 8214445.

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

Color convert

RGB 173 87 125 -
CMYK 0 0.50 0.28 0.32
HSL 333.49º 0.34% 0.51% -
HSV(B) 333.49º 0.5% 0.68% -
XYZ 24.34 17.18 21.44 -
YUV 117.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 173 87 125 0 0.50 0.28 0.32 333.49 0.34 0.51
Hex AD 57 7D 0 32 1C 20 14D 22 33
Octal 255 127 175 0 62 34 40 515 42 63
Binary 10101101 1010111 1111101 0 110010 11100 100000 101001101 100010 110011

Color Harmonies of #AD577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD577D

Black with #AD577D

Text Example


Text Example

White with #AD577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD577D; }

 p { color: rgb(173,87,125); }

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

background-color css

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

 a { background-color: rgb(173,87,125); }

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

border-color css

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

 span { border-color: rgb(173,87,125); }

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