Html Css Color HEX #A13281 Medium Red Violet

📋 copy color: '#A13281'

red 161 ◦ green 50 ◦ blue 129

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

Shades of Medium Red Violet #A13281

Tints of Medium Red Violet #A13281

RGB

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

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

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

R = 47.35%
G = 14.71%
B = 37.94%

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

#A13281 (or 0xA13281) is known color: Medium Red Violet. HEX triplet: A1, 32 and 81. RGB value is (161,50,129). Sum of RGB (Red+Green+Blue) = 161+50+129=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A13281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13281 is #5ECD7E. Grayscale: #5B5B5B. Windows color (decimal): -6212991 or 8467105. OLE color: 8467105.

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

Color convert

RGB 161 50 129 -
CMYK 0 0.69 0.20 0.37
HSL 317.3º 0.53% 0.41% -
HSV(B) 317.3º 0.69% 0.63% -
XYZ 19.8 11.44 21.93 -
YUV 92.2 148.77 177.08 -
System Red Green Blue C M Y K H S L
Decimal 161 50 129 0 0.69 0.20 0.37 317.3 0.53 0.41
Hex A1 32 81 0 45 14 25 13D 35 29
Octal 241 62 201 0 105 24 45 475 65 51
Binary 10100001 110010 10000001 0 1000101 10100 100101 100111101 110101 101001

Color Harmonies of #A13281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13281

Black with #A13281

Text Example


Text Example

White with #A13281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13281; }

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

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

background-color css

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

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

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

border-color css

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

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

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