#A6457B

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

Shades of Royal Heath #A6457B

Tints of Royal Heath #A6457B

Color information

#A6457B (or 0xA6457B) is unknown color: approx Royal Heath. HEX triplet: A6, 45 and 7B. RGB value is (166,69,123). Sum of RGB (Red+Green+Blue) = 166+69+123=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6457B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6457B is #59BA84. Grayscale: #686868. Windows color (decimal): -5880453 or 8078758. OLE color: 8078758.

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

Color convert

RGB16669123-
CMYK00.580.260.35
HSL326.6º41.28%46.08%-
HSV(B)326.6º58.43%65.1%-
XYZ21.4313.7920.27-
YUV104.16138.64172.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 69 (27.34% from 255) = 19.27%
BLUE value IS 123 (48.44% from 255) = 34.36%
R=46.37%
G=19.27%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666912300.580.260.35326.641.2846.08
HexA6457B03A1A23147292e
Octal24610517307232435075156
Binary1010011010001011111011011101011010100011101000111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6457B; }

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

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

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

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

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

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

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

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