Html Css Color HEX #A1418F Medium Red Violet

📋 copy color: '#A1418F'

red 161 ◦ green 65 ◦ blue 143

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

Shades of Medium Red Violet #A1418F

Tints of Medium Red Violet #A1418F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.75%

R = 43.63%
G = 17.62%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A1418F (or 0xA1418F) is known color: Medium Red Violet. HEX triplet: A1, 41 and 8F. RGB value is (161,65,143). Sum of RGB (Red+Green+Blue) = 161+65+143=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A1418F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1418F is #5EBE70. Grayscale: #666666. Windows color (decimal): -6209137 or 9388449. OLE color: 9388449.

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

Color convert

RGB 161 65 143 -
CMYK 0 0.60 0.11 0.37
HSL 311.25º 0.42% 0.44% -
HSV(B) 311.25º 0.6% 0.63% -
XYZ 21.55 13.34 27.43 -
YUV 102.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 161 65 143 0 0.60 0.11 0.37 311.25 0.42 0.44
Hex A1 41 8F 0 3C B 25 137 2A 2C
Octal 241 101 217 0 74 13 45 467 52 54
Binary 10100001 1000001 10001111 0 111100 1011 100101 100110111 101010 101100

Color Harmonies of #A1418F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1418F

Black with #A1418F

Text Example


Text Example

White with #A1418F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1418F; }

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

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

background-color css

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

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

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

border-color css

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

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

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