#AC5883

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

Shades of Royal Heath #AC5883

Tints of Royal Heath #AC5883

Color information

#AC5883 (or 0xAC5883) is unknown color: approx Royal Heath. HEX triplet: AC, 58 and 83. RGB value is (172,88,131). Sum of RGB (Red+Green+Blue) = 172+88+131=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5883 is #53A77C. Grayscale: #757575. Windows color (decimal): -5482365 or 8607916. OLE color: 8607916.

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

Color convert

RGB17288131-
CMYK00.490.240.33
HSL329.29º33.6%50.98%-
HSV(B)329.29º48.84%67.45%-
XYZ24.617.3923.53-
YUV118.02135.33166.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 88 (34.77% from 255) = 22.51%
BLUE value IS 131 (51.56% from 255) = 33.50%
R=43.99%
G=22.51%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728813100.490.240.33329.2933.650.98
HexAC588303118211492233
Octal25413020306130415114263
Binary10101100101100010000011011000111000100001101001001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5883; }

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

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

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

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

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

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

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

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