Html Css Color HEX #AD477E Royal Heath

📋 copy color: '#AD477E'

red 173 ◦ green 71 ◦ blue 126

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

Shades of Royal Heath #AD477E

Tints of Royal Heath #AD477E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.19%

 BLUE value IS 126 (49.61% from 255) = 34.05%

R = 46.76%
G = 19.19%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD477E (or 0xAD477E) is known color: Royal Heath. HEX triplet: AD, 47 and 7E. RGB value is (173,71,126). Sum of RGB (Red+Green+Blue) = 173+71+126=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD477E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD477E is #52B881. Grayscale: #6B6B6B. Windows color (decimal): -5421186 or 8275885. OLE color: 8275885.

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

Color convert

RGB 173 71 126 -
CMYK 0 0.59 0.27 0.32
HSL 327.65º 0.42% 0.48% -
HSV(B) 327.65º 0.59% 0.68% -
XYZ 23.25 14.9 21.39 -
YUV 107.77 138.29 174.53 -
System Red Green Blue C M Y K H S L
Decimal 173 71 126 0 0.59 0.27 0.32 327.65 0.42 0.48
Hex AD 47 7E 0 3B 1B 20 148 2A 30
Octal 255 107 176 0 73 33 40 510 52 60
Binary 10101101 1000111 1111110 0 111011 11011 100000 101001000 101010 110000

Color Harmonies of #AD477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD477E

Black with #AD477E

Text Example


Text Example

White with #AD477E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD477E; }

 p { color: rgb(173,71,126); }

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

background-color css

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

 a { background-color: rgb(173,71,126); }

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

border-color css

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

 span { border-color: rgb(173,71,126); }

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