Html Css Color HEX #A14988 Medium Red Violet

📋 copy color: '#A14988'

red 161 ◦ green 73 ◦ blue 136

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

Shades of Medium Red Violet #A14988

Tints of Medium Red Violet #A14988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.73%

 BLUE value IS 136 (53.52% from 255) = 36.76%

R = 43.51%
G = 19.73%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A14988 (or 0xA14988) is known color: Medium Red Violet. HEX triplet: A1, 49 and 88. RGB value is (161,73,136). Sum of RGB (Red+Green+Blue) = 161+73+136=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A14988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14988 is #5EB677. Grayscale: #6A6A6A. Windows color (decimal): -6207096 or 8931745. OLE color: 8931745.

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

Color convert

RGB 161 73 136 -
CMYK 0 0.55 0.16 0.37
HSL 317.05º 0.38% 0.46% -
HSV(B) 317.05º 0.55% 0.63% -
XYZ 21.52 14.12 24.88 -
YUV 106.49 144.65 166.88 -
System Red Green Blue C M Y K H S L
Decimal 161 73 136 0 0.55 0.16 0.37 317.05 0.38 0.46
Hex A1 49 88 0 37 10 25 13D 26 2E
Octal 241 111 210 0 67 20 45 475 46 56
Binary 10100001 1001001 10001000 0 110111 10000 100101 100111101 100110 101110

Color Harmonies of #A14988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14988

Black with #A14988

Text Example


Text Example

White with #A14988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14988; }

 p { color: rgb(161,73,136); }

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

background-color css

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

 a { background-color: rgb(161,73,136); }

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

border-color css

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

 span { border-color: rgb(161,73,136); }

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