#AC5080

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

Shades of Royal Heath #AC5080

Tints of Royal Heath #AC5080

Color information

#AC5080 (or 0xAC5080) is unknown color: approx Royal Heath. HEX triplet: AC, 50 and 80. RGB value is (172,80,128). Sum of RGB (Red+Green+Blue) = 172+80+128=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5080 is #53AF7F. Grayscale: #707070. Windows color (decimal): -5484416 or 8409260. OLE color: 8409260.

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

Color convert

RGB17280128-
CMYK00.530.260.33
HSL328.7º36.51%49.41%-
HSV(B)328.7º53.49%67.45%-
XYZ23.7816.0722.27-
YUV112.98136.48170.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 80 (31.64% from 255) = 21.05%
BLUE value IS 128 (50.39% from 255) = 33.68%
R=45.26%
G=21.05%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728012800.530.260.33328.736.5149.41
HexAC50800351A211492531
Octal25412020006532415114561
Binary10101100101000010000000011010111010100001101001001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5080; }

 p { color: rgb(172,80,128); }

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

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

 a { background-color: rgb(172,80,128); }

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

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

 span { border-color: rgb(172,80,128); }

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