#AC4680

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

Shades of Royal Heath #AC4680

Tints of Royal Heath #AC4680

Color information

#AC4680 (or 0xAC4680) is unknown color: approx Royal Heath. HEX triplet: AC, 46 and 80. RGB value is (172,70,128). Sum of RGB (Red+Green+Blue) = 172+70+128=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4680 is #53B97F. Grayscale: #6A6A6A. Windows color (decimal): -5486976 or 8406700. OLE color: 8406700.

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

Color convert

RGB17270128-
CMYK00.590.260.33
HSL325.88º42.15%47.45%-
HSV(B)325.88º59.3%67.45%-
XYZ23.114.7122.04-
YUV107.11139.79174.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.49%
GREEN value IS 70 (27.73% from 255) = 18.92%
BLUE value IS 128 (50.39% from 255) = 34.59%
R=46.49%
G=18.92%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727012800.590.260.33325.8842.1547.45
HexAC468003B1A211462a2f
Octal25410620007332415065257
Binary10101100100011010000000011101111010100001101000110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4680; }

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

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

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

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

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

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

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

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