#ac5885

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

Shades of Royal Heath #AC5885

Tints of Royal Heath #AC5885

Color information

#AC5885 (or 0xAC5885) is unknown color: approx Royal Heath. HEX triplet: AC, 58 and 85. RGB value is (172,88,133). Sum of RGB (Red+Green+Blue) = 172+88+133=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5885 is #53A77A. Grayscale: #767676. Windows color (decimal): -5482363 or 8738988. OLE color: 8738988.

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

Color convert

RGB17288133-
CMYK00.490.230.33
HSL327.86º33.6%50.98%-
HSV(B)327.86º48.84%67.45%-
XYZ24.7417.4424.25-
YUV118.25136.33166.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 88 (34.77% from 255) = 22.39%
BLUE value IS 133 (52.34% from 255) = 33.84%
R=43.77%
G=22.39%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728813300.490.230.33327.8633.650.98
HexAC588503117211482233
Octal25413020506127415104263
Binary10101100101100010000101011000110111100001101001000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac5885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac5885; }

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

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

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

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

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

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

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

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