Html Css Color HEX #A03483 Medium Red Violet

📋 copy color: '#A03483'

red 160 ◦ green 52 ◦ blue 131

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

Shades of Medium Red Violet #A03483

Tints of Medium Red Violet #A03483

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.16%

 BLUE value IS 131 (51.56% from 255) = 38.19%

R = 46.65%
G = 15.16%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A03483 (or 0xA03483) is known color: Medium Red Violet. HEX triplet: A0, 34 and 83. RGB value is (160,52,131). Sum of RGB (Red+Green+Blue) = 160+52+131=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A03483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03483 is #5FCB7C. Grayscale: #5D5D5D. Windows color (decimal): -6278013 or 8598688. OLE color: 8598688.

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

Color convert

RGB 160 52 131 -
CMYK 0 0.68 0.18 0.37
HSL 316.11º 0.51% 0.42% -
HSV(B) 316.11º 0.68% 0.63% -
XYZ 19.82 11.57 22.66 -
YUV 93.3 149.28 175.58 -
System Red Green Blue C M Y K H S L
Decimal 160 52 131 0 0.68 0.18 0.37 316.11 0.51 0.42
Hex A0 34 83 0 44 12 25 13C 33 2A
Octal 240 64 203 0 104 22 45 474 63 52
Binary 10100000 110100 10000011 0 1000100 10010 100101 100111100 110011 101010

Color Harmonies of #A03483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03483

Black with #A03483

Text Example


Text Example

White with #A03483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03483; }

 p { color: rgb(160,52,131); }

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

background-color css

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

 a { background-color: rgb(160,52,131); }

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

border-color css

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

 span { border-color: rgb(160,52,131); }

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