#AC4E7A

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

Shades of Royal Heath #AC4E7A

Tints of Royal Heath #AC4E7A

Color information

#AC4E7A (or 0xAC4E7A) is unknown color: approx Royal Heath. HEX triplet: AC, 4E and 7A. RGB value is (172,78,122). Sum of RGB (Red+Green+Blue) = 172+78+122=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4E7A is #53B185. Grayscale: #6F6F6F. Windows color (decimal): -5484934 or 8015532. OLE color: 8015532.

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

Color convert

RGB17278122-
CMYK00.550.290.33
HSL331.91º37.6%49.02%-
HSV(B)331.91º54.65%67.45%-
XYZ23.2515.6220.2-
YUV111.12134.14171.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.24%
GREEN value IS 78 (30.86% from 255) = 20.97%
BLUE value IS 122 (48.05% from 255) = 32.80%
R=46.24%
G=20.97%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727812200.550.290.33331.9137.649.02
HexAC4E7A0371D2114c2631
Octal25411617206735415144661
Binary1010110010011101111010011011111101100001101001100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4E7A; }

 p { color: rgb(172,78,122); }

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

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

 a { background-color: rgb(172,78,122); }

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

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

 span { border-color: rgb(172,78,122); }

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