#ac5983

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

Shades of Royal Heath #AC5983

Tints of Royal Heath #AC5983

Color information

#AC5983 (or 0xAC5983) is unknown color: approx Royal Heath. HEX triplet: AC, 59 and 83. RGB value is (172,89,131). Sum of RGB (Red+Green+Blue) = 172+89+131=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5983 is #53A67C. Grayscale: #767676. Windows color (decimal): -5482109 or 8608172. OLE color: 8608172.

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

Color convert

RGB17289131-
CMYK00.480.240.33
HSL329.64º33.33%51.18%-
HSV(B)329.64º48.26%67.45%-
XYZ24.6817.5523.56-
YUV118.6135166.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 89 (35.16% from 255) = 22.70%
BLUE value IS 131 (51.56% from 255) = 33.42%
R=43.88%
G=22.70%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728913100.480.240.33329.6433.3351.18
HexAC5983030182114a2133
Octal25413120306030415124163
Binary10101100101100110000011011000011000100001101001010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac5983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac5983; }

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

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

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

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

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

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

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

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