#AC4B81

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

Shades of Royal Heath #AC4B81

Tints of Royal Heath #AC4B81

Color information

#AC4B81 (or 0xAC4B81) is unknown color: approx Royal Heath. HEX triplet: AC, 4B and 81. RGB value is (172,75,129). Sum of RGB (Red+Green+Blue) = 172+75+129=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4B81 is #53B47E. Grayscale: #6E6E6E. Windows color (decimal): -5485695 or 8473516. OLE color: 8473516.

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

Color convert

RGB17275129-
CMYK00.560.250.33
HSL326.6º39.27%48.43%-
HSV(B)326.6º56.4%67.45%-
XYZ23.4915.3922.5-
YUV110.16138.64172.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.74%
GREEN value IS 75 (29.69% from 255) = 19.95%
BLUE value IS 129 (50.78% from 255) = 34.31%
R=45.74%
G=19.95%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727512900.560.250.33326.639.2748.43
HexAC4B8103819211472730
Octal25411320107031415074760
Binary10101100100101110000001011100011001100001101000111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4B81; }

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

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

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

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

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

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

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

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