Html Css Color HEX #AC547F Royal Heath

📋 copy color: '#AC547F'

red 172 ◦ green 84 ◦ blue 127

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

Shades of Royal Heath #AC547F

Tints of Royal Heath #AC547F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.93%

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

R = 44.91%
G = 21.93%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC547F (or 0xAC547F) is known color: Royal Heath. HEX triplet: AC, 54 and 7F. RGB value is (172,84,127). Sum of RGB (Red+Green+Blue) = 172+84+127=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC547F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC547F is #53AB80. Grayscale: #737373. Windows color (decimal): -5483393 or 8344748. OLE color: 8344748.

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

Color convert

RGB 172 84 127 -
CMYK 0 0.51 0.26 0.33
HSL 330.68º 0.35% 0.5% -
HSV(B) 330.68º 0.51% 0.67% -
XYZ 24.01 16.64 22.03 -
YUV 115.21 134.65 168.5 -
System Red Green Blue C M Y K H S L
Decimal 172 84 127 0 0.51 0.26 0.33 330.68 0.35 0.5
Hex AC 54 7F 0 33 1A 21 14B 23 32
Octal 254 124 177 0 63 32 41 513 43 62
Binary 10101100 1010100 1111111 0 110011 11010 100001 101001011 100011 110010

Color Harmonies of #AC547F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC547F

Black with #AC547F

Text Example


Text Example

White with #AC547F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC547F; }

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

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

background-color css

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

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

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

border-color css

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

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

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