#AC477E

Color #AC477E Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AC477E

Tints of Royal Heath #AC477E

Color information

#AC477E (or 0xAC477E) is unknown color: approx Royal Heath. HEX triplet: AC, 47 and 7E. RGB value is (172,71,126). Sum of RGB (Red+Green+Blue) = 172+71+126=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC477E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC477E is #53B881. Grayscale: #6B6B6B. Windows color (decimal): -5486722 or 8275884. OLE color: 8275884.

HSL color Cylindrical-coordinate representation of color #AC477E: hue angle of 327.33º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC477E is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB17271126-
CMYK00.590.270.33
HSL327.33º41.56%47.65%-
HSV(B)327.33º58.72%67.45%-
XYZ23.0314.7821.38-
YUV107.47138.46174.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.61%
GREEN value IS 71 (28.12% from 255) = 19.24%
BLUE value IS 126 (49.61% from 255) = 34.15%
R=46.61%
G=19.24%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727112600.590.270.33327.3341.5647.65
HexAC477E03B1B211472a30
Octal25410717607333415075260
Binary1010110010001111111110011101111011100001101000111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC477E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC477E; }

 p { color: rgb(172,71,126); }

 H1.HeaderClassName
 {
   color: #AC477E;
 }
 .AnyTagClassName
 {
   color: #AC477E;
 }
</style>
background-color css

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

 a { background-color: rgb(172,71,126); }

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

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

 span { border-color: rgb(172,71,126); }

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