Html Css Color HEX #A1398D Medium Red Violet

📋 copy color: '#A1398D'

red 161 ◦ green 57 ◦ blue 141

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

Shades of Medium Red Violet #A1398D

Tints of Medium Red Violet #A1398D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.88%

 BLUE value IS 141 (55.47% from 255) = 39.28%

R = 44.85%
G = 15.88%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1398D (or 0xA1398D) is known color: Medium Red Violet. HEX triplet: A1, 39 and 8D. RGB value is (161,57,141). Sum of RGB (Red+Green+Blue) = 161+57+141=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A1398D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1398D is #5EC672. Grayscale: #616161. Windows color (decimal): -6211187 or 9255329. OLE color: 9255329.

HSL color Cylindrical-coordinate representation of color #A1398D: hue angle of 311.54º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1398D is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 57 141 -
CMYK 0 0.65 0.12 0.37
HSL 311.54º 0.48% 0.43% -
HSV(B) 311.54º 0.65% 0.63% -
XYZ 20.97 12.43 26.49 -
YUV 97.67 152.46 173.17 -
System Red Green Blue C M Y K H S L
Decimal 161 57 141 0 0.65 0.12 0.37 311.54 0.48 0.43
Hex A1 39 8D 0 41 C 25 138 30 2B
Octal 241 71 215 0 101 14 45 470 60 53
Binary 10100001 111001 10001101 0 1000001 1100 100101 100111000 110000 101011

Color Harmonies of #A1398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1398D

Black with #A1398D

Text Example


Text Example

White with #A1398D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1398D; }

 p { color: rgb(161,57,141); }

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

background-color css

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

 a { background-color: rgb(161,57,141); }

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

border-color css

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

 span { border-color: rgb(161,57,141); }

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