Html Css Color HEX #A1327E Medium Red Violet

📋 copy color: '#A1327E'

red 161 ◦ green 50 ◦ blue 126

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

Shades of Medium Red Violet #A1327E

Tints of Medium Red Violet #A1327E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.39%

R = 47.77%
G = 14.84%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1327E (or 0xA1327E) is known color: Medium Red Violet. HEX triplet: A1, 32 and 7E. RGB value is (161,50,126). Sum of RGB (Red+Green+Blue) = 161+50+126=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1327E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1327E is #5ECD81. Grayscale: #5B5B5B. Windows color (decimal): -6212994 or 8270497. OLE color: 8270497.

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

Color convert

RGB 161 50 126 -
CMYK 0 0.69 0.22 0.37
HSL 318.92º 0.53% 0.41% -
HSV(B) 318.92º 0.69% 0.63% -
XYZ 19.6 11.36 20.9 -
YUV 91.85 147.27 177.32 -
System Red Green Blue C M Y K H S L
Decimal 161 50 126 0 0.69 0.22 0.37 318.92 0.53 0.41
Hex A1 32 7E 0 45 16 25 13F 35 29
Octal 241 62 176 0 105 26 45 477 65 51
Binary 10100001 110010 1111110 0 1000101 10110 100101 100111111 110101 101001

Color Harmonies of #A1327E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1327E

Black with #A1327E

Text Example


Text Example

White with #A1327E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1327E; }

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

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

background-color css

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

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

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

border-color css

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

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

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