Html Css Color HEX #A1408B Medium Red Violet

📋 copy color: '#A1408B'

red 161 ◦ green 64 ◦ blue 139

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

Shades of Medium Red Violet #A1408B

Tints of Medium Red Violet #A1408B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.19%

R = 44.23%
G = 17.58%
B = 38.19%

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

#A1408B (or 0xA1408B) is known color: Medium Red Violet. HEX triplet: A1, 40 and 8B. RGB value is (161,64,139). Sum of RGB (Red+Green+Blue) = 161+64+139=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A1408B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1408B is #5EBF74. Grayscale: #656565. Windows color (decimal): -6209397 or 9126049. OLE color: 9126049.

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

Color convert

RGB 161 64 139 -
CMYK 0 0.60 0.14 0.37
HSL 313.61º 0.43% 0.44% -
HSV(B) 313.61º 0.6% 0.63% -
XYZ 21.19 13.11 25.84 -
YUV 101.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 161 64 139 0 0.60 0.14 0.37 313.61 0.43 0.44
Hex A1 40 8B 0 3C E 25 13A 2B 2C
Octal 241 100 213 0 74 16 45 472 53 54
Binary 10100001 1000000 10001011 0 111100 1110 100101 100111010 101011 101100

Color Harmonies of #A1408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1408B

Black with #A1408B

Text Example


Text Example

White with #A1408B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1408B; }

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

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

background-color css

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

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

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

border-color css

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

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

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