#A3488A

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

Shades of Medium Red Violet #A3488A

Tints of Medium Red Violet #A3488A

Color information

#A3488A (or 0xA3488A) is unknown color: approx Medium Red Violet. HEX triplet: A3, 48 and 8A. RGB value is (163,72,138). Sum of RGB (Red+Green+Blue) = 163+72+138=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A3488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3488A is #5CB775. Grayscale: #6A6A6A. Windows color (decimal): -6076278 or 9062563. OLE color: 9062563.

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

Color convert

RGB16372138-
CMYK00.560.150.36
HSL316.48º38.72%46.08%-
HSV(B)316.48º55.83%63.92%-
XYZ22.0114.2625.64-
YUV106.73145.65168.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.70%
GREEN value IS 72 (28.52% from 255) = 19.30%
BLUE value IS 138 (54.30% from 255) = 37.00%
R=43.70%
G=19.30%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637213800.560.150.36316.4838.7246.08
HexA3488A038F2413c272e
Octal24311021207017444744756
Binary1010001110010001000101001110001111100100100111100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3488A; }

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

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

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

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

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

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

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

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