Html Css Color HEX #A03583 Medium Red Violet

📋 copy color: '#A03583'

red 160 ◦ green 53 ◦ blue 131

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

Shades of Medium Red Violet #A03583

Tints of Medium Red Violet #A03583

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.41%

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

R = 46.51%
G = 15.41%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A03583 (or 0xA03583) is known color: Medium Red Violet. HEX triplet: A0, 35 and 83. RGB value is (160,53,131). Sum of RGB (Red+Green+Blue) = 160+53+131=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A03583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03583 is #5FCA7C. Grayscale: #5D5D5D. Windows color (decimal): -6277757 or 8598944. OLE color: 8598944.

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

Color convert

RGB 160 53 131 -
CMYK 0 0.67 0.18 0.37
HSL 316.26º 0.5% 0.42% -
HSV(B) 316.26º 0.67% 0.63% -
XYZ 19.87 11.66 22.68 -
YUV 93.89 148.95 175.16 -
System Red Green Blue C M Y K H S L
Decimal 160 53 131 0 0.67 0.18 0.37 316.26 0.5 0.42
Hex A0 35 83 0 43 12 25 13C 32 2A
Octal 240 65 203 0 103 22 45 474 62 52
Binary 10100000 110101 10000011 0 1000011 10010 100101 100111100 110010 101010

Color Harmonies of #A03583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03583

Black with #A03583

Text Example


Text Example

White with #A03583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03583; }

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

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

background-color css

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

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

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

border-color css

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

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

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