Html Css Color HEX #AD4477 Royal Heath

📋 copy color: '#AD4477'

red 173 ◦ green 68 ◦ blue 119

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

Shades of Royal Heath #AD4477

Tints of Royal Heath #AD4477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.06%

R = 48.06%
G = 18.89%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD4477 (or 0xAD4477) is known color: Royal Heath. HEX triplet: AD, 44 and 77. RGB value is (173,68,119). Sum of RGB (Red+Green+Blue) = 173+68+119=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4477 is #52BB88. Grayscale: #696969. Windows color (decimal): -5421961 or 7816365. OLE color: 7816365.

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

Color convert

RGB 173 68 119 -
CMYK 0 0.61 0.31 0.32
HSL 330.86º 0.44% 0.47% -
HSV(B) 330.86º 0.61% 0.68% -
XYZ 22.63 14.35 19.03 -
YUV 105.21 135.79 176.35 -
System Red Green Blue C M Y K H S L
Decimal 173 68 119 0 0.61 0.31 0.32 330.86 0.44 0.47
Hex AD 44 77 0 3D 1F 20 14B 2C 2F
Octal 255 104 167 0 75 37 40 513 54 57
Binary 10101101 1000100 1110111 0 111101 11111 100000 101001011 101100 101111

Color Harmonies of #AD4477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4477

Black with #AD4477

Text Example


Text Example

White with #AD4477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4477; }

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

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

background-color css

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

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

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

border-color css

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

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

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