#A3388B

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

Shades of Medium Red Violet #A3388B

Tints of Medium Red Violet #A3388B

Color information

#A3388B (or 0xA3388B) is unknown color: approx Medium Red Violet. HEX triplet: A3, 38 and 8B. RGB value is (163,56,139). Sum of RGB (Red+Green+Blue) = 163+56+139=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A3388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3388B is #5CC774. Grayscale: #616161. Windows color (decimal): -6080373 or 9124003. OLE color: 9124003.

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

Color convert

RGB16356139-
CMYK00.660.150.36
HSL313.46º48.86%42.94%-
HSV(B)313.46º65.64%63.92%-
XYZ21.1812.4825.72-
YUV97.46151.45174.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.53%
GREEN value IS 56 (22.27% from 255) = 15.64%
BLUE value IS 139 (54.69% from 255) = 38.83%
R=45.53%
G=15.64%
B=38.83%

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
Decimal1635613900.660.150.36313.4648.8642.94
HexA3388B042F24139312b
Octal24370213010217444716153
Binary1010001111100010001011010000101111100100100111001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3388B; }

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

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

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

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

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

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

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

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