Html Css Color HEX #A14683 Medium Red Violet

📋 copy color: '#A14683'

red 161 ◦ green 70 ◦ blue 131

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

Shades of Medium Red Violet #A14683

Tints of Medium Red Violet #A14683

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.34%

 BLUE value IS 131 (51.56% from 255) = 36.19%

R = 44.48%
G = 19.34%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A14683 (or 0xA14683) is known color: Medium Red Violet. HEX triplet: A1, 46 and 83. RGB value is (161,70,131). Sum of RGB (Red+Green+Blue) = 161+70+131=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A14683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14683 is #5EB97C. Grayscale: #686868. Windows color (decimal): -6207869 or 8603297. OLE color: 8603297.

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

Color convert

RGB 161 70 131 -
CMYK 0 0.57 0.19 0.37
HSL 319.78º 0.39% 0.45% -
HSV(B) 319.78º 0.57% 0.63% -
XYZ 20.98 13.6 22.99 -
YUV 104.16 143.15 168.54 -
System Red Green Blue C M Y K H S L
Decimal 161 70 131 0 0.57 0.19 0.37 319.78 0.39 0.45
Hex A1 46 83 0 39 13 25 140 27 2D
Octal 241 106 203 0 71 23 45 500 47 55
Binary 10100001 1000110 10000011 0 111001 10011 100101 101000000 100111 101101

Color Harmonies of #A14683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14683

Black with #A14683

Text Example


Text Example

White with #A14683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14683; }

 p { color: rgb(161,70,131); }

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

background-color css

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

 a { background-color: rgb(161,70,131); }

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

border-color css

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

 span { border-color: rgb(161,70,131); }

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