Html Css Color HEX #A03481 Medium Red Violet

📋 copy color: '#A03481'

red 160 ◦ green 52 ◦ blue 129

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

Shades of Medium Red Violet #A03481

Tints of Medium Red Violet #A03481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.83%

R = 46.92%
G = 15.25%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A03481 (or 0xA03481) is known color: Medium Red Violet. HEX triplet: A0, 34 and 81. RGB value is (160,52,129). Sum of RGB (Red+Green+Blue) = 160+52+129=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A03481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03481 is #5FCB7E. Grayscale: #5C5C5C. Windows color (decimal): -6278015 or 8467616. OLE color: 8467616.

HSL color Cylindrical-coordinate representation of color #A03481: hue angle of 317.22º 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 #A03481 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 52 129 -
CMYK 0 0.68 0.19 0.37
HSL 317.22º 0.51% 0.42% -
HSV(B) 317.22º 0.68% 0.63% -
XYZ 19.69 11.51 21.95 -
YUV 93.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 160 52 129 0 0.68 0.19 0.37 317.22 0.51 0.42
Hex A0 34 81 0 44 13 25 13D 33 2A
Octal 240 64 201 0 104 23 45 475 63 52
Binary 10100000 110100 10000001 0 1000100 10011 100101 100111101 110011 101010

Color Harmonies of #A03481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03481

Black with #A03481

Text Example


Text Example

White with #A03481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03481; }

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

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

background-color css

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

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

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

border-color css

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

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

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