Html Css Color HEX #AC577F Royal Heath

📋 copy color: '#AC577F'

red 172 ◦ green 87 ◦ blue 127

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

Shades of Royal Heath #AC577F

Tints of Royal Heath #AC577F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.9%

R = 44.56%
G = 22.54%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC577F (or 0xAC577F) is known color: Royal Heath. HEX triplet: AC, 57 and 7F. RGB value is (172,87,127). Sum of RGB (Red+Green+Blue) = 172+87+127=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC577F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC577F is #53A880. Grayscale: #747474. Windows color (decimal): -5482625 or 8345516. OLE color: 8345516.

HSL color Cylindrical-coordinate representation of color #AC577F: hue angle of 331.76º 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 #AC577F is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 87 127 -
CMYK 0 0.49 0.26 0.33
HSL 331.76º 0.34% 0.51% -
HSV(B) 331.76º 0.49% 0.67% -
XYZ 24.25 17.12 22.1 -
YUV 116.98 133.66 167.25 -
System Red Green Blue C M Y K H S L
Decimal 172 87 127 0 0.49 0.26 0.33 331.76 0.34 0.51
Hex AC 57 7F 0 31 1A 21 14C 22 33
Octal 254 127 177 0 61 32 41 514 42 63
Binary 10101100 1010111 1111111 0 110001 11010 100001 101001100 100010 110011

Color Harmonies of #AC577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC577F

Black with #AC577F

Text Example


Text Example

White with #AC577F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC577F; }

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

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

background-color css

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

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

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

border-color css

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

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

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