Html Css Color HEX #AD447A Royal Heath

📋 copy color: '#AD447A'

red 173 ◦ green 68 ◦ blue 122

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

Shades of Royal Heath #AD447A

Tints of Royal Heath #AD447A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.73%

 BLUE value IS 122 (48.05% from 255) = 33.61%

R = 47.66%
G = 18.73%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD447A (or 0xAD447A) is known color: Royal Heath. HEX triplet: AD, 44 and 7A. RGB value is (173,68,122). Sum of RGB (Red+Green+Blue) = 173+68+122=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD447A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD447A is #52BB85. Grayscale: #696969. Windows color (decimal): -5421958 or 8012973. OLE color: 8012973.

HSL color Cylindrical-coordinate representation of color #AD447A: hue angle of 329.14º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD447A is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 68 122 -
CMYK 0 0.61 0.29 0.32
HSL 329.14º 0.44% 0.47% -
HSV(B) 329.14º 0.61% 0.68% -
XYZ 22.81 14.42 19.99 -
YUV 105.55 137.29 176.11 -
System Red Green Blue C M Y K H S L
Decimal 173 68 122 0 0.61 0.29 0.32 329.14 0.44 0.47
Hex AD 44 7A 0 3D 1D 20 149 2C 2F
Octal 255 104 172 0 75 35 40 511 54 57
Binary 10101101 1000100 1111010 0 111101 11101 100000 101001001 101100 101111

Color Harmonies of #AD447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD447A

Black with #AD447A

Text Example


Text Example

White with #AD447A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD447A; }

 p { color: rgb(173,68,122); }

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

background-color css

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

 a { background-color: rgb(173,68,122); }

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

border-color css

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

 span { border-color: rgb(173,68,122); }

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