Html Css Color HEX #A03380 Medium Red Violet

📋 copy color: '#A03380'

red 160 ◦ green 51 ◦ blue 128

#A03380
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #A03380

Tints of Medium Red Violet #A03380

RGB

 RED value IS 160 (62.89% from 255) = 47.2%

 GREEN value IS 51 (20.31% from 255) = 15.04%

 BLUE value IS 128 (50.39% from 255) = 37.76%

R = 47.2%
G = 15.04%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A03380 (or 0xA03380) is known color: Medium Red Violet. HEX triplet: A0, 33 and 80. RGB value is (160,51,128). Sum of RGB (Red+Green+Blue) = 160+51+128=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A03380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03380 is #5FCC7F. Grayscale: #5C5C5C. Windows color (decimal): -6278272 or 8401824. OLE color: 8401824.

HSL color Cylindrical-coordinate representation of color #A03380: hue angle of 317.61º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03380 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 51 128 -
CMYK 0 0.68 0.20 0.37
HSL 317.61º 0.52% 0.41% -
HSV(B) 317.61º 0.68% 0.63% -
XYZ 19.58 11.4 21.59 -
YUV 92.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 160 51 128 0 0.68 0.20 0.37 317.61 0.52 0.41
Hex A0 33 80 0 44 14 25 13E 34 29
Octal 240 63 200 0 104 24 45 476 64 51
Binary 10100000 110011 10000000 0 1000100 10100 100101 100111110 110100 101001

Color Harmonies of #A03380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03380

Black with #A03380

Text Example


Text Example

White with #A03380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03380; }

 p { color: rgb(160,51,128); }

 H1.HeaderClassName
 {
   color: #A03380;
 }
 .AnyTagClassName
 {
   color: #A03380;
 }
</style>

background-color css

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

 a { background-color: rgb(160,51,128); }

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

border-color css

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

 span { border-color: rgb(160,51,128); }

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