Html Css Color HEX #A731A1 Medium Red Violet

📋 copy color: '#A731A1'

red 167 ◦ green 49 ◦ blue 161

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

Shades of Medium Red Violet #A731A1

Tints of Medium Red Violet #A731A1

RGB

 RED value IS 167 (65.63% from 255) = 44.3%

 GREEN value IS 49 (19.53% from 255) = 13%

 BLUE value IS 161 (63.28% from 255) = 42.71%

R = 44.3%
G = 13%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A731A1 (or 0xA731A1) is known color: Medium Red Violet. HEX triplet: A7, 31 and A1. RGB value is (167,49,161). Sum of RGB (Red+Green+Blue) = 167+49+161=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A731A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A731A1 is #58CE5E. Grayscale: #606060. Windows color (decimal): -5819999 or 10564007. OLE color: 10564007.

HSL color Cylindrical-coordinate representation of color #A731A1: hue angle of 303.05º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A731A1 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 49 161 -
CMYK 0 0.71 0.04 0.35
HSL 303.05º 0.55% 0.42% -
HSV(B) 303.05º 0.71% 0.65% -
XYZ 23.47 12.99 34.99 -
YUV 97.05 164.09 177.89 -
System Red Green Blue C M Y K H S L
Decimal 167 49 161 0 0.71 0.04 0.35 303.05 0.55 0.42
Hex A7 31 A1 0 47 4 23 12F 37 2A
Octal 247 61 241 0 107 4 43 457 67 52
Binary 10100111 110001 10100001 0 1000111 100 100011 100101111 110111 101010

Color Harmonies of #A731A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A731A1

Black with #A731A1

Text Example


Text Example

White with #A731A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A731A1; }

 p { color: rgb(167,49,161); }

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

background-color css

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

 a { background-color: rgb(167,49,161); }

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

border-color css

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

 span { border-color: rgb(167,49,161); }

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