Html Css Color HEX #AC4C71 Royal Heath

📋 copy color: '#AC4C71'

red 172 ◦ green 76 ◦ blue 113

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

Shades of Royal Heath #AC4C71

Tints of Royal Heath #AC4C71

RGB

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

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

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

R = 47.65%
G = 21.05%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC4C71 (or 0xAC4C71) is known color: Royal Heath. HEX triplet: AC, 4C and 71. RGB value is (172,76,113). Sum of RGB (Red+Green+Blue) = 172+76+113=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4C71 is #53B38E. Grayscale: #6C6C6C. Windows color (decimal): -5485455 or 7425196. OLE color: 7425196.

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

Color convert

RGB 172 76 113 -
CMYK 0 0.56 0.34 0.33
HSL 336.88º 0.39% 0.49% -
HSV(B) 336.88º 0.56% 0.67% -
XYZ 22.58 15.13 17.35 -
YUV 108.92 130.3 172.99 -
System Red Green Blue C M Y K H S L
Decimal 172 76 113 0 0.56 0.34 0.33 336.88 0.39 0.49
Hex AC 4C 71 0 38 22 21 151 27 31
Octal 254 114 161 0 70 42 41 521 47 61
Binary 10101100 1001100 1110001 0 111000 100010 100001 101010001 100111 110001

Color Harmonies of #AC4C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C71

Black with #AC4C71

Text Example


Text Example

White with #AC4C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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