Html Css Color HEX #A14882 Medium Red Violet

📋 copy color: '#A14882'

red 161 ◦ green 72 ◦ blue 130

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

Shades of Medium Red Violet #A14882

Tints of Medium Red Violet #A14882

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.83%

 BLUE value IS 130 (51.17% from 255) = 35.81%

R = 44.35%
G = 19.83%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A14882 (or 0xA14882) is known color: Medium Red Violet. HEX triplet: A1, 48 and 82. RGB value is (161,72,130). Sum of RGB (Red+Green+Blue) = 161+72+130=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A14882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14882 is #5EB77D. Grayscale: #696969. Windows color (decimal): -6207358 or 8538273. OLE color: 8538273.

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

Color convert

RGB 161 72 130 -
CMYK 0 0.55 0.19 0.37
HSL 320.9º 0.38% 0.46% -
HSV(B) 320.9º 0.55% 0.63% -
XYZ 21.04 13.82 22.68 -
YUV 105.22 141.99 167.78 -
System Red Green Blue C M Y K H S L
Decimal 161 72 130 0 0.55 0.19 0.37 320.9 0.38 0.46
Hex A1 48 82 0 37 13 25 141 26 2E
Octal 241 110 202 0 67 23 45 501 46 56
Binary 10100001 1001000 10000010 0 110111 10011 100101 101000001 100110 101110

Color Harmonies of #A14882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14882

Black with #A14882

Text Example


Text Example

White with #A14882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14882; }

 p { color: rgb(161,72,130); }

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

background-color css

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

 a { background-color: rgb(161,72,130); }

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

border-color css

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

 span { border-color: rgb(161,72,130); }

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