#A3398F

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

Shades of Medium Red Violet #A3398F

Tints of Medium Red Violet #A3398F

Color information

#A3398F (or 0xA3398F) is unknown color: approx Medium Red Violet. HEX triplet: A3, 39 and 8F. RGB value is (163,57,143). Sum of RGB (Red+Green+Blue) = 163+57+143=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A3398F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3398F is #5CC670. Grayscale: #626262. Windows color (decimal): -6080113 or 9386403. OLE color: 9386403.

HSL color Cylindrical-coordinate representation of color #A3398F: hue angle of 311.32º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3398F is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB16357143-
CMYK00.650.120.36
HSL311.32º48.18%43.14%-
HSV(B)311.32º65.03%63.92%-
XYZ21.5312.727.3-
YUV98.5153.12174.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.90%
GREEN value IS 57 (22.66% from 255) = 15.70%
BLUE value IS 143 (56.25% from 255) = 39.39%
R=44.90%
G=15.70%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635714300.650.120.36311.3248.1843.14
HexA3398F041C24137302b
Octal24371217010114444676053
Binary1010001111100110001111010000011100100100100110111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3398F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3398F; }

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

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

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

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

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

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

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

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