#AC4C7C

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

Shades of Royal Heath #AC4C7C

Tints of Royal Heath #AC4C7C

Color information

#AC4C7C (or 0xAC4C7C) is unknown color: approx Royal Heath. HEX triplet: AC, 4C and 7C. RGB value is (172,76,124). Sum of RGB (Red+Green+Blue) = 172+76+124=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4C7C is #53B383. Grayscale: #6E6E6E. Windows color (decimal): -5485444 or 8146092. OLE color: 8146092.

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

Color convert

RGB17276124-
CMYK00.560.280.33
HSL330º38.71%48.63%-
HSV(B)330º55.81%67.45%-
XYZ23.2415.3920.82-
YUV110.18135.8172.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.24%
GREEN value IS 76 (30.08% from 255) = 20.43%
BLUE value IS 124 (48.83% from 255) = 33.33%
R=46.24%
G=20.43%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727612400.560.280.3333038.7148.63
HexAC4C7C0381C2114a2731
Octal25411417407034415124761
Binary1010110010011001111100011100011100100001101001010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4C7C; }

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

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

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

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

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

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

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

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