#A3458A

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

Shades of Medium Red Violet #A3458A

Tints of Medium Red Violet #A3458A

Color information

#A3458A (or 0xA3458A) is unknown color: approx Medium Red Violet. HEX triplet: A3, 45 and 8A. RGB value is (163,69,138). Sum of RGB (Red+Green+Blue) = 163+69+138=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A3458A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3458A is #5CBA75. Grayscale: #686868. Windows color (decimal): -6077046 or 9061795. OLE color: 9061795.

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

Color convert

RGB16369138-
CMYK00.580.150.36
HSL315.96º40.52%45.49%-
HSV(B)315.96º57.67%63.92%-
XYZ21.8213.8825.57-
YUV104.97146.64169.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.05%
GREEN value IS 69 (27.34% from 255) = 18.65%
BLUE value IS 138 (54.30% from 255) = 37.30%
R=44.05%
G=18.65%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636913800.580.150.36315.9640.5245.49
HexA3458A03AF2413c292d
Octal24310521207217444745155
Binary1010001110001011000101001110101111100100100111100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3458A; }

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

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

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

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

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

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

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

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