#AC5280

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

Shades of Royal Heath #AC5280

Tints of Royal Heath #AC5280

Color information

#AC5280 (or 0xAC5280) is unknown color: approx Royal Heath. HEX triplet: AC, 52 and 80. RGB value is (172,82,128). Sum of RGB (Red+Green+Blue) = 172+82+128=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5280 is #53AD7F. Grayscale: #727272. Windows color (decimal): -5483904 or 8409772. OLE color: 8409772.

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

Color convert

RGB17282128-
CMYK00.520.260.33
HSL329.33º35.43%49.8%-
HSV(B)329.33º52.33%67.45%-
XYZ23.9316.3622.32-
YUV114.15135.82169.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.03%
GREEN value IS 82 (32.42% from 255) = 21.47%
BLUE value IS 128 (50.39% from 255) = 33.51%
R=45.03%
G=21.47%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728212800.520.260.33329.3335.4349.8
HexAC52800341A211492332
Octal25412220006432415114362
Binary10101100101001010000000011010011010100001101001001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5280; }

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

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

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

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

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

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

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

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