Html Css Color HEX #AD497D Royal Heath

📋 copy color: '#AD497D'

red 173 ◦ green 73 ◦ blue 125

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

Shades of Royal Heath #AD497D

Tints of Royal Heath #AD497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.68%

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

R = 46.63%
G = 19.68%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD497D (or 0xAD497D) is known color: Royal Heath. HEX triplet: AD, 49 and 7D. RGB value is (173,73,125). Sum of RGB (Red+Green+Blue) = 173+73+125=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD497D is #52B682. Grayscale: #6C6C6C. Windows color (decimal): -5420675 or 8210861. OLE color: 8210861.

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

Color convert

RGB 173 73 125 -
CMYK 0 0.58 0.28 0.32
HSL 328.8º 0.41% 0.48% -
HSV(B) 328.8º 0.58% 0.68% -
XYZ 23.32 15.13 21.09 -
YUV 108.83 137.13 173.77 -
System Red Green Blue C M Y K H S L
Decimal 173 73 125 0 0.58 0.28 0.32 328.8 0.41 0.48
Hex AD 49 7D 0 3A 1C 20 149 29 30
Octal 255 111 175 0 72 34 40 511 51 60
Binary 10101101 1001001 1111101 0 111010 11100 100000 101001001 101001 110000

Color Harmonies of #AD497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD497D

Black with #AD497D

Text Example


Text Example

White with #AD497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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