#A6457C

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

Shades of Royal Heath #A6457C

Tints of Royal Heath #A6457C

Color information

#A6457C (or 0xA6457C) is unknown color: approx Royal Heath. HEX triplet: A6, 45 and 7C. RGB value is (166,69,124). Sum of RGB (Red+Green+Blue) = 166+69+124=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A6457C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6457C is #59BA83. Grayscale: #686868. Windows color (decimal): -5880452 or 8144294. OLE color: 8144294.

HSL color Cylindrical-coordinate representation of color #A6457C: hue angle of 325.98º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6457C is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16669124-
CMYK00.580.250.35
HSL325.98º41.28%46.08%-
HSV(B)325.98º58.43%65.1%-
XYZ21.4913.8220.6-
YUV104.27139.14172.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.24%
GREEN value IS 69 (27.34% from 255) = 19.22%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=46.24%
G=19.22%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666912400.580.250.35325.9841.2846.08
HexA6457C03A1923146292e
Octal24610517407231435065156
Binary1010011010001011111100011101011001100011101000110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6457C; }

 p { color: rgb(166,69,124); }

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

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

 a { background-color: rgb(166,69,124); }

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

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

 span { border-color: rgb(166,69,124); }

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