#A3388A

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

Shades of Medium Red Violet #A3388A

Tints of Medium Red Violet #A3388A

Color information

#A3388A (or 0xA3388A) is unknown color: approx Medium Red Violet. HEX triplet: A3, 38 and 8A. RGB value is (163,56,138). Sum of RGB (Red+Green+Blue) = 163+56+138=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3388A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3388A is #5CC775. Grayscale: #616161. Windows color (decimal): -6080374 or 9058467. OLE color: 9058467.

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

Color convert

RGB16356138-
CMYK00.660.150.36
HSL314.02º48.86%42.94%-
HSV(B)314.02º65.64%63.92%-
XYZ21.1112.4525.34-
YUV97.34150.95174.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.66%
GREEN value IS 56 (22.27% from 255) = 15.69%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=45.66%
G=15.69%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635613800.660.150.36314.0248.8642.94
HexA3388A042F2413a312b
Octal24370212010217444726153
Binary1010001111100010001010010000101111100100100111010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3388A; }

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

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

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

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

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

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

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

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