Html Css Color HEX #A1438D Medium Red Violet

📋 copy color: '#A1438D'

red 161 ◦ green 67 ◦ blue 141

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

Shades of Medium Red Violet #A1438D

Tints of Medium Red Violet #A1438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.16%

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

R = 43.63%
G = 18.16%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1438D (or 0xA1438D) is known color: Medium Red Violet. HEX triplet: A1, 43 and 8D. RGB value is (161,67,141). Sum of RGB (Red+Green+Blue) = 161+67+141=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A1438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1438D is #5EBC72. Grayscale: #676767. Windows color (decimal): -6208627 or 9257889. OLE color: 9257889.

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

Color convert

RGB 161 67 141 -
CMYK 0 0.58 0.12 0.37
HSL 312.77º 0.41% 0.45% -
HSV(B) 312.77º 0.58% 0.63% -
XYZ 21.51 13.51 26.67 -
YUV 103.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 161 67 141 0 0.58 0.12 0.37 312.77 0.41 0.45
Hex A1 43 8D 0 3A C 25 139 29 2D
Octal 241 103 215 0 72 14 45 471 51 55
Binary 10100001 1000011 10001101 0 111010 1100 100101 100111001 101001 101101

Color Harmonies of #A1438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1438D

Black with #A1438D

Text Example


Text Example

White with #A1438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1438D; }

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

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

background-color css

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

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

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

border-color css

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

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

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