Html Css Color HEX #A1327A Medium Red Violet

📋 copy color: '#A1327A'

red 161 ◦ green 50 ◦ blue 122

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

Shades of Medium Red Violet #A1327A

Tints of Medium Red Violet #A1327A

RGB

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

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

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

R = 48.35%
G = 15.02%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A1327A (or 0xA1327A) is known color: Medium Red Violet. HEX triplet: A1, 32 and 7A. RGB value is (161,50,122). Sum of RGB (Red+Green+Blue) = 161+50+122=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A1327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1327A is #5ECD85. Grayscale: #5B5B5B. Windows color (decimal): -6212998 or 8008353. OLE color: 8008353.

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

Color convert

RGB 161 50 122 -
CMYK 0 0.69 0.24 0.37
HSL 321.08º 0.53% 0.41% -
HSV(B) 321.08º 0.69% 0.63% -
XYZ 19.35 11.26 19.57 -
YUV 91.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 161 50 122 0 0.69 0.24 0.37 321.08 0.53 0.41
Hex A1 32 7A 0 45 18 25 141 35 29
Octal 241 62 172 0 105 30 45 501 65 51
Binary 10100001 110010 1111010 0 1000101 11000 100101 101000001 110101 101001

Color Harmonies of #A1327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1327A

Black with #A1327A

Text Example


Text Example

White with #A1327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1327A; }

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

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

background-color css

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

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

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

border-color css

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

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

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