Html Css Color HEX #A1337A Medium Red Violet

📋 copy color: '#A1337A'

red 161 ◦ green 51 ◦ blue 122

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

Shades of Medium Red Violet #A1337A

Tints of Medium Red Violet #A1337A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.27%

 BLUE value IS 122 (48.05% from 255) = 36.53%

R = 48.2%
G = 15.27%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A1337A (or 0xA1337A) is known color: Medium Red Violet. HEX triplet: A1, 33 and 7A. RGB value is (161,51,122). Sum of RGB (Red+Green+Blue) = 161+51+122=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A1337A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1337A is #5ECC85. Grayscale: #5B5B5B. Windows color (decimal): -6212742 or 8008609. OLE color: 8008609.

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

Color convert

RGB 161 51 122 -
CMYK 0 0.68 0.24 0.37
HSL 321.27º 0.52% 0.42% -
HSV(B) 321.27º 0.68% 0.63% -
XYZ 19.39 11.35 19.58 -
YUV 91.98 144.94 177.23 -
System Red Green Blue C M Y K H S L
Decimal 161 51 122 0 0.68 0.24 0.37 321.27 0.52 0.42
Hex A1 33 7A 0 44 18 25 141 34 2A
Octal 241 63 172 0 104 30 45 501 64 52
Binary 10100001 110011 1111010 0 1000100 11000 100101 101000001 110100 101010

Color Harmonies of #A1337A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1337A

Black with #A1337A

Text Example


Text Example

White with #A1337A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1337A; }

 p { color: rgb(161,51,122); }

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

background-color css

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

 a { background-color: rgb(161,51,122); }

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

border-color css

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

 span { border-color: rgb(161,51,122); }

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