Html Css Color HEX #A1337B Medium Red Violet

📋 copy color: '#A1337B'

red 161 ◦ green 51 ◦ blue 123

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

Shades of Medium Red Violet #A1337B

Tints of Medium Red Violet #A1337B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.72%

R = 48.06%
G = 15.22%
B = 36.72%

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

#A1337B (or 0xA1337B) is known color: Medium Red Violet. HEX triplet: A1, 33 and 7B. RGB value is (161,51,123). Sum of RGB (Red+Green+Blue) = 161+51+123=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A1337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1337B is #5ECC84. Grayscale: #5B5B5B. Windows color (decimal): -6212741 or 8074145. OLE color: 8074145.

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

Color convert

RGB 161 51 123 -
CMYK 0 0.68 0.24 0.37
HSL 320.73º 0.52% 0.42% -
HSV(B) 320.73º 0.68% 0.63% -
XYZ 19.46 11.37 19.91 -
YUV 92.1 145.44 177.15 -
System Red Green Blue C M Y K H S L
Decimal 161 51 123 0 0.68 0.24 0.37 320.73 0.52 0.42
Hex A1 33 7B 0 44 18 25 141 34 2A
Octal 241 63 173 0 104 30 45 501 64 52
Binary 10100001 110011 1111011 0 1000100 11000 100101 101000001 110100 101010

Color Harmonies of #A1337B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1337B

Black with #A1337B

Text Example


Text Example

White with #A1337B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1337B; }

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

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

background-color css

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

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

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

border-color css

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

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

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