Html Css Color HEX #AC4571 Royal Heath

📋 copy color: '#AC4571'

red 172 ◦ green 69 ◦ blue 113

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

Shades of Royal Heath #AC4571

Tints of Royal Heath #AC4571

RGB

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

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

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

R = 48.59%
G = 19.49%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC4571 (or 0xAC4571) is known color: Royal Heath. HEX triplet: AC, 45 and 71. RGB value is (172,69,113). Sum of RGB (Red+Green+Blue) = 172+69+113=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4571 is #53BA8E. Grayscale: #686868. Windows color (decimal): -5487247 or 7423404. OLE color: 7423404.

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

Color convert

RGB 172 69 113 -
CMYK 0 0.60 0.34 0.33
HSL 334.37º 0.43% 0.47% -
HSV(B) 334.37º 0.6% 0.67% -
XYZ 22.12 14.22 17.2 -
YUV 104.81 132.62 175.92 -
System Red Green Blue C M Y K H S L
Decimal 172 69 113 0 0.60 0.34 0.33 334.37 0.43 0.47
Hex AC 45 71 0 3C 22 21 14E 2B 2F
Octal 254 105 161 0 74 42 41 516 53 57
Binary 10101100 1000101 1110001 0 111100 100010 100001 101001110 101011 101111

Color Harmonies of #AC4571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4571

Black with #AC4571

Text Example


Text Example

White with #AC4571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4571; }

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

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

background-color css

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

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

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

border-color css

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

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

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