Html Css Color HEX #A1418A Medium Red Violet

📋 copy color: '#A1418A'

red 161 ◦ green 65 ◦ blue 138

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

Shades of Medium Red Violet #A1418A

Tints of Medium Red Violet #A1418A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.86%

 BLUE value IS 138 (54.3% from 255) = 37.91%

R = 44.23%
G = 17.86%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1418A (or 0xA1418A) is known color: Medium Red Violet. HEX triplet: A1, 41 and 8A. RGB value is (161,65,138). Sum of RGB (Red+Green+Blue) = 161+65+138=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A1418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1418A is #5EBE75. Grayscale: #656565. Windows color (decimal): -6209142 or 9060769. OLE color: 9060769.

HSL color Cylindrical-coordinate representation of color #A1418A: hue angle of 314.38º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1418A is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 65 138 -
CMYK 0 0.60 0.14 0.37
HSL 314.38º 0.42% 0.44% -
HSV(B) 314.38º 0.6% 0.63% -
XYZ 21.18 13.19 25.48 -
YUV 102.03 148.3 170.06 -
System Red Green Blue C M Y K H S L
Decimal 161 65 138 0 0.60 0.14 0.37 314.38 0.42 0.44
Hex A1 41 8A 0 3C E 25 13A 2A 2C
Octal 241 101 212 0 74 16 45 472 52 54
Binary 10100001 1000001 10001010 0 111100 1110 100101 100111010 101010 101100

Color Harmonies of #A1418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1418A

Black with #A1418A

Text Example


Text Example

White with #A1418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1418A; }

 p { color: rgb(161,65,138); }

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

background-color css

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

 a { background-color: rgb(161,65,138); }

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

border-color css

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

 span { border-color: rgb(161,65,138); }

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