Html Css Color HEX #A13283 Medium Red Violet

📋 copy color: '#A13283'

red 161 ◦ green 50 ◦ blue 131

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

Shades of Medium Red Violet #A13283

Tints of Medium Red Violet #A13283

RGB

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

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

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

R = 47.08%
G = 14.62%
B = 38.3%

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

#A13283 (or 0xA13283) is known color: Medium Red Violet. HEX triplet: A1, 32 and 83. RGB value is (161,50,131). Sum of RGB (Red+Green+Blue) = 161+50+131=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A13283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13283 is #5ECD7C. Grayscale: #5C5C5C. Windows color (decimal): -6212989 or 8598177. OLE color: 8598177.

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

Color convert

RGB 161 50 131 -
CMYK 0 0.69 0.19 0.37
HSL 316.22º 0.53% 0.41% -
HSV(B) 316.22º 0.69% 0.63% -
XYZ 19.94 11.5 22.64 -
YUV 92.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 161 50 131 0 0.69 0.19 0.37 316.22 0.53 0.41
Hex A1 32 83 0 45 13 25 13C 35 29
Octal 241 62 203 0 105 23 45 474 65 51
Binary 10100001 110010 10000011 0 1000101 10011 100101 100111100 110101 101001

Color Harmonies of #A13283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13283

Black with #A13283

Text Example


Text Example

White with #A13283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13283; }

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

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

background-color css

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

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

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

border-color css

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

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

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