#AC497A

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

Shades of Royal Heath #AC497A

Tints of Royal Heath #AC497A

Color information

#AC497A (or 0xAC497A) is unknown color: approx Royal Heath. HEX triplet: AC, 49 and 7A. RGB value is (172,73,122). Sum of RGB (Red+Green+Blue) = 172+73+122=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC497A is #53B685. Grayscale: #6C6C6C. Windows color (decimal): -5486214 or 8014252. OLE color: 8014252.

HSL color Cylindrical-coordinate representation of color #AC497A: hue angle of 330.3º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC497A is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB17273122-
CMYK00.580.290.33
HSL330.3º40.41%48.04%-
HSV(B)330.3º57.56%67.45%-
XYZ22.9114.9420.09-
YUV108.19135.8173.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.87%
GREEN value IS 73 (28.91% from 255) = 19.89%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=46.87%
G=19.89%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727312200.580.290.33330.340.4148.04
HexAC497A03A1D2114a2830
Octal25411117207235415125060
Binary1010110010010011111010011101011101100001101001010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC497A; }

 p { color: rgb(172,73,122); }

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

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

 a { background-color: rgb(172,73,122); }

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

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

 span { border-color: rgb(172,73,122); }

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