#AC5183

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

Shades of Royal Heath #AC5183

Tints of Royal Heath #AC5183

Color information

#AC5183 (or 0xAC5183) is unknown color: approx Royal Heath. HEX triplet: AC, 51 and 83. RGB value is (172,81,131). Sum of RGB (Red+Green+Blue) = 172+81+131=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5183 is #53AE7C. Grayscale: #717171. Windows color (decimal): -5484157 or 8606124. OLE color: 8606124.

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

Color convert

RGB17281131-
CMYK00.530.240.33
HSL327.03º35.97%49.61%-
HSV(B)327.03º52.91%67.45%-
XYZ24.0516.2923.35-
YUV113.91137.65169.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.79%
GREEN value IS 81 (32.03% from 255) = 21.09%
BLUE value IS 131 (51.56% from 255) = 34.11%
R=44.79%
G=21.09%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728113100.530.240.33327.0335.9749.61
HexAC518303518211472432
Octal25412120306530415074462
Binary10101100101000110000011011010111000100001101000111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5183; }

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

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

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

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

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

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

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

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