Html Css Color HEX #A13280 Medium Red Violet

📋 copy color: '#A13280'

red 161 ◦ green 50 ◦ blue 128

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

Shades of Medium Red Violet #A13280

Tints of Medium Red Violet #A13280

RGB

 RED value IS 161 (63.28% from 255) = 47.49%

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

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

R = 47.49%
G = 14.75%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A13280 (or 0xA13280) is known color: Medium Red Violet. HEX triplet: A1, 32 and 80. RGB value is (161,50,128). Sum of RGB (Red+Green+Blue) = 161+50+128=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A13280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13280 is #5ECD7F. Grayscale: #5B5B5B. Windows color (decimal): -6212992 or 8401569. OLE color: 8401569.

HSL color Cylindrical-coordinate representation of color #A13280: hue angle of 317.84º degrees, saturation: 0.53, 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 #A13280 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 50 128 -
CMYK 0 0.69 0.20 0.37
HSL 317.84º 0.53% 0.41% -
HSV(B) 317.84º 0.69% 0.63% -
XYZ 19.73 11.42 21.59 -
YUV 92.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 161 50 128 0 0.69 0.20 0.37 317.84 0.53 0.41
Hex A1 32 80 0 45 14 25 13E 35 29
Octal 241 62 200 0 105 24 45 476 65 51
Binary 10100001 110010 10000000 0 1000101 10100 100101 100111110 110101 101001

Color Harmonies of #A13280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13280

Black with #A13280

Text Example


Text Example

White with #A13280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13280; }

 p { color: rgb(161,50,128); }

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

background-color css

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

 a { background-color: rgb(161,50,128); }

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

border-color css

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

 span { border-color: rgb(161,50,128); }

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