Html Css Color HEX #A14A8A Medium Red Violet

📋 copy color: '#A14A8A'

red 161 ◦ green 74 ◦ blue 138

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

Shades of Medium Red Violet #A14A8A

Tints of Medium Red Violet #A14A8A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.84%

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

R = 43.16%
G = 19.84%
B = 37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A14A8A (or 0xA14A8A) is known color: Medium Red Violet. HEX triplet: A1, 4A and 8A. RGB value is (161,74,138). Sum of RGB (Red+Green+Blue) = 161+74+138=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14A8A is #5EB575. Grayscale: #6B6B6B. Windows color (decimal): -6206838 or 9063073. OLE color: 9063073.

HSL color Cylindrical-coordinate representation of color #A14A8A: hue angle of 315.86º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A14A8A is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 74 138 -
CMYK 0 0.54 0.14 0.37
HSL 315.86º 0.37% 0.46% -
HSV(B) 315.86º 0.54% 0.63% -
XYZ 21.73 14.31 25.66 -
YUV 107.31 145.32 166.3 -
System Red Green Blue C M Y K H S L
Decimal 161 74 138 0 0.54 0.14 0.37 315.86 0.37 0.46
Hex A1 4A 8A 0 36 E 25 13C 25 2E
Octal 241 112 212 0 66 16 45 474 45 56
Binary 10100001 1001010 10001010 0 110110 1110 100101 100111100 100101 101110

Color Harmonies of #A14A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14A8A

Black with #A14A8A

Text Example


Text Example

White with #A14A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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