Html Css Color HEX #AC577C Royal Heath

📋 copy color: '#AC577C'

red 172 ◦ green 87 ◦ blue 124

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

Shades of Royal Heath #AC577C

Tints of Royal Heath #AC577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.72%

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 44.91%
G = 22.72%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC577C (or 0xAC577C) is known color: Royal Heath. HEX triplet: AC, 57 and 7C. RGB value is (172,87,124). Sum of RGB (Red+Green+Blue) = 172+87+124=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC577C is #53A883. Grayscale: #747474. Windows color (decimal): -5482628 or 8148908. OLE color: 8148908.

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

Color convert

RGB 172 87 124 -
CMYK 0 0.49 0.28 0.33
HSL 333.88º 0.34% 0.51% -
HSV(B) 333.88º 0.49% 0.67% -
XYZ 24.06 17.04 21.09 -
YUV 116.63 132.16 167.49 -
System Red Green Blue C M Y K H S L
Decimal 172 87 124 0 0.49 0.28 0.33 333.88 0.34 0.51
Hex AC 57 7C 0 31 1C 21 14E 22 33
Octal 254 127 174 0 61 34 41 516 42 63
Binary 10101100 1010111 1111100 0 110001 11100 100001 101001110 100010 110011

Color Harmonies of #AC577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC577C

Black with #AC577C

Text Example


Text Example

White with #AC577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC577C; }

 p { color: rgb(172,87,124); }

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

background-color css

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

 a { background-color: rgb(172,87,124); }

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

border-color css

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

 span { border-color: rgb(172,87,124); }

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