Html Css Color HEX #A14187 Medium Red Violet

📋 copy color: '#A14187'

red 161 ◦ green 65 ◦ blue 135

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

Shades of Medium Red Violet #A14187

Tints of Medium Red Violet #A14187

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.01%

 BLUE value IS 135 (53.13% from 255) = 37.4%

R = 44.6%
G = 18.01%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A14187 (or 0xA14187) is known color: Medium Red Violet. HEX triplet: A1, 41 and 87. RGB value is (161,65,135). Sum of RGB (Red+Green+Blue) = 161+65+135=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A14187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14187 is #5EBE78. Grayscale: #656565. Windows color (decimal): -6209145 or 8864161. OLE color: 8864161.

HSL color Cylindrical-coordinate representation of color #A14187: hue angle of 316.25º degrees, saturation: 0.42, 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 #A14187 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 65 135 -
CMYK 0 0.60 0.16 0.37
HSL 316.25º 0.42% 0.44% -
HSV(B) 316.25º 0.6% 0.63% -
XYZ 20.96 13.11 24.35 -
YUV 101.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 161 65 135 0 0.60 0.16 0.37 316.25 0.42 0.44
Hex A1 41 87 0 3C 10 25 13C 2A 2C
Octal 241 101 207 0 74 20 45 474 52 54
Binary 10100001 1000001 10000111 0 111100 10000 100101 100111100 101010 101100

Color Harmonies of #A14187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14187

Black with #A14187

Text Example


Text Example

White with #A14187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14187; }

 p { color: rgb(161,65,135); }

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

background-color css

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

 a { background-color: rgb(161,65,135); }

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

border-color css

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

 span { border-color: rgb(161,65,135); }

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