Html Css Color HEX #A14A89 Medium Red Violet

📋 copy color: '#A14A89'

red 161 ◦ green 74 ◦ blue 137

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

Shades of Medium Red Violet #A14A89

Tints of Medium Red Violet #A14A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.83%

R = 43.28%
G = 19.89%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A14A89 (or 0xA14A89) is known color: Medium Red Violet. HEX triplet: A1, 4A and 89. RGB value is (161,74,137). Sum of RGB (Red+Green+Blue) = 161+74+137=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14A89 is #5EB576. Grayscale: #6B6B6B. Windows color (decimal): -6206839 or 8997537. OLE color: 8997537.

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

Color convert

RGB 161 74 137 -
CMYK 0 0.54 0.15 0.37
HSL 316.55º 0.37% 0.46% -
HSV(B) 316.55º 0.54% 0.63% -
XYZ 21.66 14.28 25.28 -
YUV 107.2 144.82 166.38 -
System Red Green Blue C M Y K H S L
Decimal 161 74 137 0 0.54 0.15 0.37 316.55 0.37 0.46
Hex A1 4A 89 0 36 F 25 13D 25 2E
Octal 241 112 211 0 66 17 45 475 45 56
Binary 10100001 1001010 10001001 0 110110 1111 100101 100111101 100101 101110

Color Harmonies of #A14A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14A89

Black with #A14A89

Text Example


Text Example

White with #A14A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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