Html Css Color HEX #A1408F Medium Red Violet

📋 copy color: '#A1408F'

red 161 ◦ green 64 ◦ blue 143

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

Shades of Medium Red Violet #A1408F

Tints of Medium Red Violet #A1408F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.39%

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

R = 43.75%
G = 17.39%
B = 38.86%

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

#A1408F (or 0xA1408F) is known color: Medium Red Violet. HEX triplet: A1, 40 and 8F. RGB value is (161,64,143). Sum of RGB (Red+Green+Blue) = 161+64+143=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A1408F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1408F is #5EBF70. Grayscale: #656565. Windows color (decimal): -6209393 or 9388193. OLE color: 9388193.

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

Color convert

RGB 161 64 143 -
CMYK 0 0.60 0.11 0.37
HSL 311.13º 0.43% 0.44% -
HSV(B) 311.13º 0.6% 0.63% -
XYZ 21.49 13.23 27.41 -
YUV 102.01 151.14 170.08 -
System Red Green Blue C M Y K H S L
Decimal 161 64 143 0 0.60 0.11 0.37 311.13 0.43 0.44
Hex A1 40 8F 0 3C B 25 137 2B 2C
Octal 241 100 217 0 74 13 45 467 53 54
Binary 10100001 1000000 10001111 0 111100 1011 100101 100110111 101011 101100

Color Harmonies of #A1408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1408F

Black with #A1408F

Text Example


Text Example

White with #A1408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1408F; }

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

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

background-color css

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

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

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

border-color css

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

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

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