Html Css Color HEX #A1438A Medium Red Violet

📋 copy color: '#A1438A'

red 161 ◦ green 67 ◦ blue 138

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

Shades of Medium Red Violet #A1438A

Tints of Medium Red Violet #A1438A

RGB

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

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

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

R = 43.99%
G = 18.31%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1438A (or 0xA1438A) is known color: Medium Red Violet. HEX triplet: A1, 43 and 8A. RGB value is (161,67,138). Sum of RGB (Red+Green+Blue) = 161+67+138=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A1438A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1438A is #5EBC75. Grayscale: #676767. Windows color (decimal): -6208630 or 9061281. OLE color: 9061281.

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

Color convert

RGB 161 67 138 -
CMYK 0 0.58 0.14 0.37
HSL 314.68º 0.41% 0.45% -
HSV(B) 314.68º 0.58% 0.63% -
XYZ 21.29 13.43 25.51 -
YUV 103.2 147.64 169.23 -
System Red Green Blue C M Y K H S L
Decimal 161 67 138 0 0.58 0.14 0.37 314.68 0.41 0.45
Hex A1 43 8A 0 3A E 25 13B 29 2D
Octal 241 103 212 0 72 16 45 473 51 55
Binary 10100001 1000011 10001010 0 111010 1110 100101 100111011 101001 101101

Color Harmonies of #A1438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1438A

Black with #A1438A

Text Example


Text Example

White with #A1438A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1438A; }

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

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

background-color css

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

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

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

border-color css

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

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

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