#ac5985

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

Shades of Royal Heath #AC5985

Tints of Royal Heath #AC5985

Color information

#AC5985 (or 0xAC5985) is unknown color: approx Royal Heath. HEX triplet: AC, 59 and 85. RGB value is (172,89,133). Sum of RGB (Red+Green+Blue) = 172+89+133=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5985 is #53A67A. Grayscale: #767676. Windows color (decimal): -5482107 or 8739244. OLE color: 8739244.

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

Color convert

RGB17289133-
CMYK00.480.230.33
HSL328.19º33.33%51.18%-
HSV(B)328.19º48.26%67.45%-
XYZ24.8217.6124.28-
YUV118.83136165.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.65%
GREEN value IS 89 (35.16% from 255) = 22.59%
BLUE value IS 133 (52.34% from 255) = 33.76%
R=43.65%
G=22.59%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728913300.480.230.33328.1933.3351.18
HexAC598503017211482133
Octal25413120506027415104163
Binary10101100101100110000101011000010111100001101001000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac5985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac5985; }

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

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

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

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

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

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

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

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