#AC5181

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

Shades of Royal Heath #AC5181

Tints of Royal Heath #AC5181

Color information

#AC5181 (or 0xAC5181) is unknown color: approx Royal Heath. HEX triplet: AC, 51 and 81. RGB value is (172,81,129). Sum of RGB (Red+Green+Blue) = 172+81+129=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5181 is #53AE7E. Grayscale: #717171. Windows color (decimal): -5484159 or 8475052. OLE color: 8475052.

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

Color convert

RGB17281129-
CMYK00.530.250.33
HSL328.35º35.97%49.61%-
HSV(B)328.35º52.91%67.45%-
XYZ23.9216.2422.64-
YUV113.68136.65169.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.03%
GREEN value IS 81 (32.03% from 255) = 21.20%
BLUE value IS 129 (50.78% from 255) = 33.77%
R=45.03%
G=21.20%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728112900.530.250.33328.3535.9749.61
HexAC518103519211482432
Octal25412120106531415104462
Binary10101100101000110000001011010111001100001101001000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5181; }

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

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

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

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

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

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

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

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