Html Css Color HEX #A03281 Medium Red Violet

📋 copy color: '#A03281'

red 160 ◦ green 50 ◦ blue 129

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

Shades of Medium Red Violet #A03281

Tints of Medium Red Violet #A03281

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.75%

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

R = 47.2%
G = 14.75%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A03281 (or 0xA03281) is known color: Medium Red Violet. HEX triplet: A0, 32 and 81. RGB value is (160,50,129). Sum of RGB (Red+Green+Blue) = 160+50+129=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A03281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03281 is #5FCD7E. Grayscale: #5B5B5B. Windows color (decimal): -6278527 or 8467104. OLE color: 8467104.

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

Color convert

RGB 160 50 129 -
CMYK 0 0.69 0.19 0.37
HSL 316.91º 0.52% 0.41% -
HSV(B) 316.91º 0.69% 0.63% -
XYZ 19.6 11.34 21.92 -
YUV 91.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 160 50 129 0 0.69 0.19 0.37 316.91 0.52 0.41
Hex A0 32 81 0 45 13 25 13D 34 29
Octal 240 62 201 0 105 23 45 475 64 51
Binary 10100000 110010 10000001 0 1000101 10011 100101 100111101 110100 101001

Color Harmonies of #A03281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03281

Black with #A03281

Text Example


Text Example

White with #A03281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03281; }

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

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

background-color css

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

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

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

border-color css

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

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

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