Html Css Color HEX #AD497F Royal Heath

📋 copy color: '#AD497F'

red 173 ◦ green 73 ◦ blue 127

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

Shades of Royal Heath #AD497F

Tints of Royal Heath #AD497F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.05%

R = 46.38%
G = 19.57%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD497F (or 0xAD497F) is known color: Royal Heath. HEX triplet: AD, 49 and 7F. RGB value is (173,73,127). Sum of RGB (Red+Green+Blue) = 173+73+127=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD497F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD497F is #52B680. Grayscale: #6C6C6C. Windows color (decimal): -5420673 or 8341933. OLE color: 8341933.

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

Color convert

RGB 173 73 127 -
CMYK 0 0.58 0.27 0.32
HSL 327.6º 0.41% 0.48% -
HSV(B) 327.6º 0.58% 0.68% -
XYZ 23.45 15.18 21.77 -
YUV 109.06 138.13 173.61 -
System Red Green Blue C M Y K H S L
Decimal 173 73 127 0 0.58 0.27 0.32 327.6 0.41 0.48
Hex AD 49 7F 0 3A 1B 20 148 29 30
Octal 255 111 177 0 72 33 40 510 51 60
Binary 10101101 1001001 1111111 0 111010 11011 100000 101001000 101001 110000

Color Harmonies of #AD497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD497F

Black with #AD497F

Text Example


Text Example

White with #AD497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD497F; }

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

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

background-color css

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

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

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

border-color css

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

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

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