Html Css Color HEX #AD4571 Royal Heath

📋 copy color: '#AD4571'

red 173 ◦ green 69 ◦ blue 113

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

Shades of Royal Heath #AD4571

Tints of Royal Heath #AD4571

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.44%

 BLUE value IS 113 (44.53% from 255) = 31.83%

R = 48.73%
G = 19.44%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD4571 (or 0xAD4571) is known color: Royal Heath. HEX triplet: AD, 45 and 71. RGB value is (173,69,113). Sum of RGB (Red+Green+Blue) = 173+69+113=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4571 is #52BA8E. Grayscale: #696969. Windows color (decimal): -5421711 or 7423405. OLE color: 7423405.

HSL color Cylindrical-coordinate representation of color #AD4571: hue angle of 334.62º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4571 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 69 113 -
CMYK 0 0.60 0.35 0.32
HSL 334.62º 0.43% 0.47% -
HSV(B) 334.62º 0.6% 0.68% -
XYZ 22.34 14.33 17.21 -
YUV 105.11 132.46 176.42 -
System Red Green Blue C M Y K H S L
Decimal 173 69 113 0 0.60 0.35 0.32 334.62 0.43 0.47
Hex AD 45 71 0 3C 23 20 14F 2B 2F
Octal 255 105 161 0 74 43 40 517 53 57
Binary 10101101 1000101 1110001 0 111100 100011 100000 101001111 101011 101111

Color Harmonies of #AD4571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4571

Black with #AD4571

Text Example


Text Example

White with #AD4571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4571; }

 p { color: rgb(173,69,113); }

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

background-color css

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

 a { background-color: rgb(173,69,113); }

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

border-color css

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

 span { border-color: rgb(173,69,113); }

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