#AC457F

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

Shades of Royal Heath #AC457F

Tints of Royal Heath #AC457F

Color information

#AC457F (or 0xAC457F) is unknown color: approx Royal Heath. HEX triplet: AC, 45 and 7F. RGB value is (172,69,127). Sum of RGB (Red+Green+Blue) = 172+69+127=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC457F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC457F is #53BA80. Grayscale: #6A6A6A. Windows color (decimal): -5487233 or 8340908. OLE color: 8340908.

HSL color Cylindrical-coordinate representation of color #AC457F: hue angle of 326.21º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC457F is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB17269127-
CMYK00.600.260.33
HSL326.21º42.74%47.25%-
HSV(B)326.21º59.88%67.45%-
XYZ22.9714.5621.68-
YUV106.41139.62174.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.74%
GREEN value IS 69 (27.34% from 255) = 18.75%
BLUE value IS 127 (50% from 255) = 34.51%
R=46.74%
G=18.75%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726912700.600.260.33326.2142.7447.25
HexAC457F03C1A211462b2f
Octal25410517707432415065357
Binary1010110010001011111111011110011010100001101000110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC457F; }

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

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

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

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

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

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

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

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