#A6457F

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

Shades of Royal Heath #A6457F

Tints of Royal Heath #A6457F

Color information

#A6457F (or 0xA6457F) is unknown color: approx Royal Heath. HEX triplet: A6, 45 and 7F. RGB value is (166,69,127). Sum of RGB (Red+Green+Blue) = 166+69+127=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A6457F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6457F is #59BA80. Grayscale: #686868. Windows color (decimal): -5880449 or 8340902. OLE color: 8340902.

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

Color convert

RGB16669127-
CMYK00.580.230.35
HSL324.12º41.28%46.08%-
HSV(B)324.12º58.43%65.1%-
XYZ21.6813.921.62-
YUV104.62140.64171.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.86%
GREEN value IS 69 (27.34% from 255) = 19.06%
BLUE value IS 127 (50% from 255) = 35.08%
R=45.86%
G=19.06%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666912700.580.230.35324.1241.2846.08
HexA6457F03A1723144292e
Octal24610517707227435045156
Binary1010011010001011111111011101010111100011101000100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6457F; }

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

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

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

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

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

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

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

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