Html Css Color HEX #AD537D Royal Heath

📋 copy color: '#AD537D'

red 173 ◦ green 83 ◦ blue 125

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

Shades of Royal Heath #AD537D

Tints of Royal Heath #AD537D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.78%

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

R = 45.41%
G = 21.78%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD537D (or 0xAD537D) is known color: Royal Heath. HEX triplet: AD, 53 and 7D. RGB value is (173,83,125). Sum of RGB (Red+Green+Blue) = 173+83+125=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD537D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD537D is #52AC82. Grayscale: #727272. Windows color (decimal): -5418115 or 8213421. OLE color: 8213421.

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

Color convert

RGB 173 83 125 -
CMYK 0 0.52 0.28 0.32
HSL 332º 0.35% 0.5% -
HSV(B) 332º 0.52% 0.68% -
XYZ 24.03 16.55 21.33 -
YUV 114.7 133.82 169.58 -
System Red Green Blue C M Y K H S L
Decimal 173 83 125 0 0.52 0.28 0.32 332 0.35 0.5
Hex AD 53 7D 0 34 1C 20 14C 23 32
Octal 255 123 175 0 64 34 40 514 43 62
Binary 10101101 1010011 1111101 0 110100 11100 100000 101001100 100011 110010

Color Harmonies of #AD537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD537D

Black with #AD537D

Text Example


Text Example

White with #AD537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD537D; }

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

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

background-color css

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

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

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

border-color css

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

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

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