#AC507D

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

Shades of Royal Heath #AC507D

Tints of Royal Heath #AC507D

Color information

#AC507D (or 0xAC507D) is unknown color: approx Royal Heath. HEX triplet: AC, 50 and 7D. RGB value is (172,80,125). Sum of RGB (Red+Green+Blue) = 172+80+125=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC507D is #53AF82. Grayscale: #707070. Windows color (decimal): -5484419 or 8212652. OLE color: 8212652.

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

Color convert

RGB17280125-
CMYK00.530.270.33
HSL330.65º36.51%49.41%-
HSV(B)330.65º53.49%67.45%-
XYZ23.5815.9921.25-
YUV112.64134.98170.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.62%
GREEN value IS 80 (31.64% from 255) = 21.22%
BLUE value IS 125 (49.22% from 255) = 33.16%
R=45.62%
G=21.22%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728012500.530.270.33330.6536.5149.41
HexAC507D0351B2114b2531
Octal25412017506533415134561
Binary1010110010100001111101011010111011100001101001011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC507D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC507D; }

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

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

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

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

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

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

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

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