#A3498B

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

Shades of Medium Red Violet #A3498B

Tints of Medium Red Violet #A3498B

Color information

#A3498B (or 0xA3498B) is unknown color: approx Medium Red Violet. HEX triplet: A3, 49 and 8B. RGB value is (163,73,139). Sum of RGB (Red+Green+Blue) = 163+73+139=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A3498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3498B is #5CB674. Grayscale: #6B6B6B. Windows color (decimal): -6076021 or 9128355. OLE color: 9128355.

HSL color Cylindrical-coordinate representation of color #A3498B: hue angle of 316º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3498B is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB16373139-
CMYK00.550.150.36
HSL316º38.14%46.27%-
HSV(B)316º55.21%63.92%-
XYZ22.1514.4226.04-
YUV107.43145.82167.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.47%
GREEN value IS 73 (28.91% from 255) = 19.47%
BLUE value IS 139 (54.69% from 255) = 37.07%
R=43.47%
G=19.47%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637313900.550.150.3631638.1446.27
HexA3498B037F2413c262e
Octal24311121306717444744656
Binary1010001110010011000101101101111111100100100111100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3498B; }

 p { color: rgb(163,73,139); }

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

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

 a { background-color: rgb(163,73,139); }

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

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

 span { border-color: rgb(163,73,139); }

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