#a3308c

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

Shades of Medium Red Violet #A3308C

Tints of Medium Red Violet #A3308C

Color information

#A3308C (or 0xA3308C) is unknown color: approx Medium Red Violet. HEX triplet: A3, 30 and 8C. RGB value is (163,48,140). Sum of RGB (Red+Green+Blue) = 163+48+140=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A3308C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3308C is #5CCF73. Grayscale: #5C5C5C. Windows color (decimal): -6082420 or 9187491. OLE color: 9187491.

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

Color convert

RGB16348140-
CMYK00.710.140.36
HSL312º54.5%41.37%-
HSV(B)312º70.55%63.92%-
XYZ20.8911.7925.99-
YUV92.87154.6178.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.44%
GREEN value IS 48 (19.14% from 255) = 13.68%
BLUE value IS 140 (55.08% from 255) = 39.89%
R=46.44%
G=13.68%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634814000.710.140.3631254.541.37
HexA3308C047E241383729
Octal24360214010716444706751
Binary1010001111000010001100010001111110100100100111000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3308c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3308c; }

 p { color: rgb(163,48,140); }

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

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

 a { background-color: rgb(163,48,140); }

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

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

 span { border-color: rgb(163,48,140); }

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