#AC5483

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

Shades of Royal Heath #AC5483

Tints of Royal Heath #AC5483

Color information

#AC5483 (or 0xAC5483) is unknown color: approx Royal Heath. HEX triplet: AC, 54 and 83. RGB value is (172,84,131). Sum of RGB (Red+Green+Blue) = 172+84+131=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5483 is #53AB7C. Grayscale: #737373. Windows color (decimal): -5483389 or 8606892. OLE color: 8606892.

HSL color Cylindrical-coordinate representation of color #AC5483: hue angle of 327.95º 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 #AC5483 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB17284131-
CMYK00.510.240.33
HSL327.95º34.65%50.2%-
HSV(B)327.95º51.16%67.45%-
XYZ24.2816.7523.43-
YUV115.67136.65168.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.44%
GREEN value IS 84 (33.20% from 255) = 21.71%
BLUE value IS 131 (51.56% from 255) = 33.85%
R=44.44%
G=21.71%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728413100.510.240.33327.9534.6550.2
HexAC548303318211482332
Octal25412420306330415104362
Binary10101100101010010000011011001111000100001101001000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5483; }

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

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

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

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

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

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

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

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