#A3458D

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

Shades of Medium Red Violet #A3458D

Tints of Medium Red Violet #A3458D

Color information

#A3458D (or 0xA3458D) is unknown color: approx Medium Red Violet. HEX triplet: A3, 45 and 8D. RGB value is (163,69,141). Sum of RGB (Red+Green+Blue) = 163+69+141=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A3458D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3458D is #5CBA72. Grayscale: #696969. Windows color (decimal): -6077043 or 9258403. OLE color: 9258403.

HSL color Cylindrical-coordinate representation of color #A3458D: hue angle of 314.04º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A3458D is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16369141-
CMYK00.580.130.36
HSL314.04º40.52%45.49%-
HSV(B)314.04º57.67%63.92%-
XYZ22.0413.9726.73-
YUV105.31148.14169.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.70%
GREEN value IS 69 (27.34% from 255) = 18.50%
BLUE value IS 141 (55.47% from 255) = 37.80%
R=43.70%
G=18.50%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636914100.580.130.36314.0440.5245.49
HexA3458D03AD2413a292d
Octal24310521507215444725155
Binary1010001110001011000110101110101101100100100111010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3458D; }

 p { color: rgb(163,69,141); }

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

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

 a { background-color: rgb(163,69,141); }

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

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

 span { border-color: rgb(163,69,141); }

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