#AC4580

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

Shades of Royal Heath #AC4580

Tints of Royal Heath #AC4580

Color information

#AC4580 (or 0xAC4580) is unknown color: approx Royal Heath. HEX triplet: AC, 45 and 80. RGB value is (172,69,128). Sum of RGB (Red+Green+Blue) = 172+69+128=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4580 is #53BA7F. Grayscale: #6A6A6A. Windows color (decimal): -5487232 or 8406444. OLE color: 8406444.

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

Color convert

RGB17269128-
CMYK00.600.260.33
HSL325.63º42.74%47.25%-
HSV(B)325.63º59.88%67.45%-
XYZ23.0414.5922.02-
YUV106.52140.12174.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.61%
GREEN value IS 69 (27.34% from 255) = 18.70%
BLUE value IS 128 (50.39% from 255) = 34.69%
R=46.61%
G=18.70%
B=34.69%

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
Decimal1726912800.600.260.33325.6342.7447.25
HexAC458003C1A211462b2f
Octal25410520007432415065357
Binary10101100100010110000000011110011010100001101000110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4580; }

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

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

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

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

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

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

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

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