Html Css Color HEX #A14280 Medium Red Violet

📋 copy color: '#A14280'

red 161 ◦ green 66 ◦ blue 128

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

Shades of Medium Red Violet #A14280

Tints of Medium Red Violet #A14280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.59%

 BLUE value IS 128 (50.39% from 255) = 36.06%

R = 45.35%
G = 18.59%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A14280 (or 0xA14280) is known color: Medium Red Violet. HEX triplet: A1, 42 and 80. RGB value is (161,66,128). Sum of RGB (Red+Green+Blue) = 161+66+128=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A14280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14280 is #5EBD7F. Grayscale: #656565. Windows color (decimal): -6208896 or 8405665. OLE color: 8405665.

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

Color convert

RGB 161 66 128 -
CMYK 0 0.59 0.20 0.37
HSL 320.84º 0.42% 0.45% -
HSV(B) 320.84º 0.59% 0.63% -
XYZ 20.54 13.03 21.85 -
YUV 101.47 142.97 170.46 -
System Red Green Blue C M Y K H S L
Decimal 161 66 128 0 0.59 0.20 0.37 320.84 0.42 0.45
Hex A1 42 80 0 3B 14 25 141 2A 2D
Octal 241 102 200 0 73 24 45 501 52 55
Binary 10100001 1000010 10000000 0 111011 10100 100101 101000001 101010 101101

Color Harmonies of #A14280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14280

Black with #A14280

Text Example


Text Example

White with #A14280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14280; }

 p { color: rgb(161,66,128); }

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

background-color css

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

 a { background-color: rgb(161,66,128); }

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

border-color css

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

 span { border-color: rgb(161,66,128); }

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