Html Css Color HEX #A14081 Medium Red Violet

📋 copy color: '#A14081'

red 161 ◦ green 64 ◦ blue 129

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

Shades of Medium Red Violet #A14081

Tints of Medium Red Violet #A14081

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.08%

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

R = 45.48%
G = 18.08%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A14081 (or 0xA14081) is known color: Medium Red Violet. HEX triplet: A1, 40 and 81. RGB value is (161,64,129). Sum of RGB (Red+Green+Blue) = 161+64+129=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A14081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14081 is #5EBF7E. Grayscale: #646464. Windows color (decimal): -6209407 or 8470689. OLE color: 8470689.

HSL color Cylindrical-coordinate representation of color #A14081: hue angle of 319.79º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14081 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 64 129 -
CMYK 0 0.60 0.20 0.37
HSL 319.79º 0.43% 0.44% -
HSV(B) 319.79º 0.6% 0.63% -
XYZ 20.49 12.83 22.16 -
YUV 100.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 161 64 129 0 0.60 0.20 0.37 319.79 0.43 0.44
Hex A1 40 81 0 3C 14 25 140 2B 2C
Octal 241 100 201 0 74 24 45 500 53 54
Binary 10100001 1000000 10000001 0 111100 10100 100101 101000000 101011 101100

Color Harmonies of #A14081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14081

Black with #A14081

Text Example


Text Example

White with #A14081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14081; }

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

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

background-color css

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

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

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

border-color css

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

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

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