#A3458F

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

Shades of Medium Red Violet #A3458F

Tints of Medium Red Violet #A3458F

Color information

#A3458F (or 0xA3458F) is unknown color: approx Medium Red Violet. HEX triplet: A3, 45 and 8F. RGB value is (163,69,143). Sum of RGB (Red+Green+Blue) = 163+69+143=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A3458F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3458F is #5CBA70. Grayscale: #696969. Windows color (decimal): -6077041 or 9389475. OLE color: 9389475.

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

Color convert

RGB16369143-
CMYK00.580.120.36
HSL312.77º40.52%45.49%-
HSV(B)312.77º57.67%63.92%-
XYZ22.1914.0327.52-
YUV105.54149.14168.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.47%
GREEN value IS 69 (27.34% from 255) = 18.4%
BLUE value IS 143 (56.25% from 255) = 38.13%
R=43.47%
G=18.4%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636914300.580.120.36312.7740.5245.49
HexA3458F03AC24139292d
Octal24310521707214444715155
Binary1010001110001011000111101110101100100100100111001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3458F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3458F; }

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

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

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

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

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

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

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

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