Html Css Color HEX #A14481 Medium Red Violet

📋 copy color: '#A14481'

red 161 ◦ green 68 ◦ blue 129

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

Shades of Medium Red Violet #A14481

Tints of Medium Red Violet #A14481

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.99%

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

R = 44.97%
G = 18.99%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A14481 (or 0xA14481) is known color: Medium Red Violet. HEX triplet: A1, 44 and 81. RGB value is (161,68,129). Sum of RGB (Red+Green+Blue) = 161+68+129=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A14481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14481 is #5EBB7E. Grayscale: #666666. Windows color (decimal): -6208383 or 8471713. OLE color: 8471713.

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

Color convert

RGB 161 68 129 -
CMYK 0 0.58 0.20 0.37
HSL 320.65º 0.41% 0.45% -
HSV(B) 320.65º 0.58% 0.63% -
XYZ 20.73 13.3 22.24 -
YUV 102.76 142.81 169.54 -
System Red Green Blue C M Y K H S L
Decimal 161 68 129 0 0.58 0.20 0.37 320.65 0.41 0.45
Hex A1 44 81 0 3A 14 25 141 29 2D
Octal 241 104 201 0 72 24 45 501 51 55
Binary 10100001 1000100 10000001 0 111010 10100 100101 101000001 101001 101101

Color Harmonies of #A14481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14481

Black with #A14481

Text Example


Text Example

White with #A14481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14481; }

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

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

background-color css

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

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

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

border-color css

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

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

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