#A6458E

Color #A6458E Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A6458E

Tints of Medium Red Violet #A6458E

Color information

#A6458E (or 0xA6458E) is unknown color: approx Medium Red Violet. HEX triplet: A6, 45 and 8E. RGB value is (166,69,142). Sum of RGB (Red+Green+Blue) = 166+69+142=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A6458E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6458E is #59BA71. Grayscale: #6A6A6A. Windows color (decimal): -5880434 or 9323942. OLE color: 9323942.

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

Color convert

RGB16669142-
CMYK00.580.140.35
HSL314.85º41.28%46.08%-
HSV(B)314.85º58.43%65.1%-
XYZ22.7414.3227.16-
YUV106.32148.14170.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 69 (27.34% from 255) = 18.30%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=44.03%
G=18.30%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666914200.580.140.35314.8541.2846.08
HexA6458E03AE2313b292e
Octal24610521607216434735156
Binary1010011010001011000111001110101110100011100111011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6458E; }

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

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

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

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

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

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

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

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