Html Css Color HEX #A14781 Medium Red Violet

📋 copy color: '#A14781'

red 161 ◦ green 71 ◦ blue 129

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

Shades of Medium Red Violet #A14781

Tints of Medium Red Violet #A14781

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.67%

 BLUE value IS 129 (50.78% from 255) = 35.73%

R = 44.6%
G = 19.67%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A14781 (or 0xA14781) is known color: Medium Red Violet. HEX triplet: A1, 47 and 81. RGB value is (161,71,129). Sum of RGB (Red+Green+Blue) = 161+71+129=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A14781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14781 is #5EB87E. Grayscale: #686868. Windows color (decimal): -6207615 or 8472481. OLE color: 8472481.

HSL color Cylindrical-coordinate representation of color #A14781: hue angle of 321.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A14781 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 71 129 -
CMYK 0 0.56 0.20 0.37
HSL 321.33º 0.39% 0.45% -
HSV(B) 321.33º 0.56% 0.63% -
XYZ 20.91 13.67 22.3 -
YUV 104.52 141.82 168.28 -
System Red Green Blue C M Y K H S L
Decimal 161 71 129 0 0.56 0.20 0.37 321.33 0.39 0.45
Hex A1 47 81 0 38 14 25 141 27 2D
Octal 241 107 201 0 70 24 45 501 47 55
Binary 10100001 1000111 10000001 0 111000 10100 100101 101000001 100111 101101

Color Harmonies of #A14781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14781

Black with #A14781

Text Example


Text Example

White with #A14781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14781; }

 p { color: rgb(161,71,129); }

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

background-color css

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

 a { background-color: rgb(161,71,129); }

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

border-color css

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

 span { border-color: rgb(161,71,129); }

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