Html Css Color HEX #AD4C7A Royal Heath

📋 copy color: '#AD4C7A'

red 173 ◦ green 76 ◦ blue 122

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

Shades of Royal Heath #AD4C7A

Tints of Royal Heath #AD4C7A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.49%

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

R = 46.63%
G = 20.49%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD4C7A (or 0xAD4C7A) is known color: Royal Heath. HEX triplet: AD, 4C and 7A. RGB value is (173,76,122). Sum of RGB (Red+Green+Blue) = 173+76+122=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4C7A is #52B385. Grayscale: #6E6E6E. Windows color (decimal): -5419910 or 8015021. OLE color: 8015021.

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

Color convert

RGB 173 76 122 -
CMYK 0 0.56 0.29 0.32
HSL 331.55º 0.39% 0.49% -
HSV(B) 331.55º 0.56% 0.68% -
XYZ 23.33 15.46 20.17 -
YUV 110.25 134.64 172.76 -
System Red Green Blue C M Y K H S L
Decimal 173 76 122 0 0.56 0.29 0.32 331.55 0.39 0.49
Hex AD 4C 7A 0 38 1D 20 14C 27 31
Octal 255 114 172 0 70 35 40 514 47 61
Binary 10101101 1001100 1111010 0 111000 11101 100000 101001100 100111 110001

Color Harmonies of #AD4C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C7A

Black with #AD4C7A

Text Example


Text Example

White with #AD4C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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