#AC447F

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

Shades of Royal Heath #AC447F

Tints of Royal Heath #AC447F

Color information

#AC447F (or 0xAC447F) is unknown color: approx Royal Heath. HEX triplet: AC, 44 and 7F. RGB value is (172,68,127). Sum of RGB (Red+Green+Blue) = 172+68+127=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC447F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC447F is #53BB80. Grayscale: #696969. Windows color (decimal): -5487489 or 8340652. OLE color: 8340652.

HSL color Cylindrical-coordinate representation of color #AC447F: hue angle of 325.96º 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 #AC447F is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB17268127-
CMYK00.600.260.33
HSL325.96º43.33%47.06%-
HSV(B)325.96º60.47%67.45%-
XYZ22.9114.4421.66-
YUV105.82139.96175.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.87%
GREEN value IS 68 (26.95% from 255) = 18.53%
BLUE value IS 127 (50% from 255) = 34.60%
R=46.87%
G=18.53%
B=34.60%

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
Decimal1726812700.600.260.33325.9643.3347.06
HexAC447F03C1A211462b2f
Octal25410417707432415065357
Binary1010110010001001111111011110011010100001101000110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC447F; }

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

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

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

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

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

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

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

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