#AC5485

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

Shades of Royal Heath #AC5485

Tints of Royal Heath #AC5485

Color information

#AC5485 (or 0xAC5485) is unknown color: approx Royal Heath. HEX triplet: AC, 54 and 85. RGB value is (172,84,133). Sum of RGB (Red+Green+Blue) = 172+84+133=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5485 is #53AB7A. Grayscale: #737373. Windows color (decimal): -5483387 or 8737964. OLE color: 8737964.

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

Color convert

RGB17284133-
CMYK00.510.230.33
HSL326.59º34.65%50.2%-
HSV(B)326.59º51.16%67.45%-
XYZ24.4216.824.15-
YUV115.9137.65168.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.22%
GREEN value IS 84 (33.20% from 255) = 21.59%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=44.22%
G=21.59%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728413300.510.230.33326.5934.6550.2
HexAC548503317211472332
Octal25412420506327415074362
Binary10101100101010010000101011001110111100001101000111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5485; }

 p { color: rgb(172,84,133); }

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

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

 a { background-color: rgb(172,84,133); }

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

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

 span { border-color: rgb(172,84,133); }

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