Html Css Color HEX #AC4E71 Royal Heath

📋 copy color: '#AC4E71'

red 172 ◦ green 78 ◦ blue 113

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

Shades of Royal Heath #AC4E71

Tints of Royal Heath #AC4E71

RGB

 RED value IS 172 (67.58% from 255) = 47.38%

 GREEN value IS 78 (30.86% from 255) = 21.49%

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

R = 47.38%
G = 21.49%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC4E71 (or 0xAC4E71) is known color: Royal Heath. HEX triplet: AC, 4E and 71. RGB value is (172,78,113). Sum of RGB (Red+Green+Blue) = 172+78+113=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4E71 is #53B18E. Grayscale: #6E6E6E. Windows color (decimal): -5484943 or 7425708. OLE color: 7425708.

HSL color Cylindrical-coordinate representation of color #AC4E71: hue angle of 337.66º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4E71 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 78 113 -
CMYK 0 0.55 0.34 0.33
HSL 337.66º 0.38% 0.49% -
HSV(B) 337.66º 0.55% 0.67% -
XYZ 22.72 15.41 17.4 -
YUV 110.1 129.64 172.15 -
System Red Green Blue C M Y K H S L
Decimal 172 78 113 0 0.55 0.34 0.33 337.66 0.38 0.49
Hex AC 4E 71 0 37 22 21 152 26 31
Octal 254 116 161 0 67 42 41 522 46 61
Binary 10101100 1001110 1110001 0 110111 100010 100001 101010010 100110 110001

Color Harmonies of #AC4E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4E71

Black with #AC4E71

Text Example


Text Example

White with #AC4E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4E71; }

 p { color: rgb(172,78,113); }

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

background-color css

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

 a { background-color: rgb(172,78,113); }

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

border-color css

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

 span { border-color: rgb(172,78,113); }

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