#A6458F

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

Shades of Medium Red Violet #A6458F

Tints of Medium Red Violet #A6458F

Color information

#A6458F (or 0xA6458F) is unknown color: approx Medium Red Violet. HEX triplet: A6, 45 and 8F. RGB value is (166,69,143). Sum of RGB (Red+Green+Blue) = 166+69+143=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A6458F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6458F is #59BA70. Grayscale: #6A6A6A. Windows color (decimal): -5880433 or 9389478. OLE color: 9389478.

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

Color convert

RGB16669143-
CMYK00.580.140.35
HSL314.23º41.28%46.08%-
HSV(B)314.23º58.43%65.1%-
XYZ22.8114.3527.55-
YUV106.44148.64170.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.92%
GREEN value IS 69 (27.34% from 255) = 18.25%
BLUE value IS 143 (56.25% from 255) = 37.83%
R=43.92%
G=18.25%
B=37.83%

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
Decimal1666914300.580.140.35314.2341.2846.08
HexA6458F03AE2313a292e
Octal24610521707216434725156
Binary1010011010001011000111101110101110100011100111010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6458F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6458F; }

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

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

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

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

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

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

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

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