#AC4A81

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

Shades of Royal Heath #AC4A81

Tints of Royal Heath #AC4A81

Color information

#AC4A81 (or 0xAC4A81) is unknown color: approx Royal Heath. HEX triplet: AC, 4A and 81. RGB value is (172,74,129). Sum of RGB (Red+Green+Blue) = 172+74+129=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4A81 is #53B57E. Grayscale: #6D6D6D. Windows color (decimal): -5485951 or 8473260. OLE color: 8473260.

HSL color Cylindrical-coordinate representation of color #AC4A81: hue angle of 326.33º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC4A81 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB17274129-
CMYK00.570.250.33
HSL326.33º39.84%48.24%-
HSV(B)326.33º56.98%67.45%-
XYZ23.4215.2522.48-
YUV109.57138.97172.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 74 (29.30% from 255) = 19.73%
BLUE value IS 129 (50.78% from 255) = 34.4%
R=45.87%
G=19.73%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727412900.570.250.33326.3339.8448.24
HexAC4A8103919211462830
Octal25411220107131415065060
Binary10101100100101010000001011100111001100001101000110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4A81; }

 p { color: rgb(172,74,129); }

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

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

 a { background-color: rgb(172,74,129); }

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

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

 span { border-color: rgb(172,74,129); }

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