#A6457E

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

Shades of Royal Heath #A6457E

Tints of Royal Heath #A6457E

Color information

#A6457E (or 0xA6457E) is unknown color: approx Royal Heath. HEX triplet: A6, 45 and 7E. RGB value is (166,69,126). Sum of RGB (Red+Green+Blue) = 166+69+126=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A6457E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6457E is #59BA81. Grayscale: #686868. Windows color (decimal): -5880450 or 8275366. OLE color: 8275366.

HSL color Cylindrical-coordinate representation of color #A6457E: hue angle of 324.74º 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 #A6457E is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB16669126-
CMYK00.580.240.35
HSL324.74º41.28%46.08%-
HSV(B)324.74º58.43%65.1%-
XYZ21.6213.8721.28-
YUV104.5140.14171.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.98%
GREEN value IS 69 (27.34% from 255) = 19.11%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=45.98%
G=19.11%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666912600.580.240.35324.7441.2846.08
HexA6457E03A1823145292e
Octal24610517607230435055156
Binary1010011010001011111110011101011000100011101000101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6457E; }

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

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

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

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

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

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

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

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