#a3388f

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

Shades of Medium Red Violet #A3388F

Tints of Medium Red Violet #A3388F

Color information

#A3388F (or 0xA3388F) is unknown color: approx Medium Red Violet. HEX triplet: A3, 38 and 8F. RGB value is (163,56,143). Sum of RGB (Red+Green+Blue) = 163+56+143=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A3388F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3388F is #5CC770. Grayscale: #616161. Windows color (decimal): -6080369 or 9386147. OLE color: 9386147.

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

Color convert

RGB16356143-
CMYK00.660.120.36
HSL311.21º48.86%42.94%-
HSV(B)311.21º65.64%63.92%-
XYZ21.4812.627.29-
YUV97.91153.45174.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.03%
GREEN value IS 56 (22.27% from 255) = 15.47%
BLUE value IS 143 (56.25% from 255) = 39.50%
R=45.03%
G=15.47%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635614300.660.120.36311.2148.8642.94
HexA3388F042C24137312b
Octal24370217010214444676153
Binary1010001111100010001111010000101100100100100110111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3388f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3388f; }

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

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

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

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

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

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

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

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