Html Css Color HEX #A14188 Medium Red Violet

📋 copy color: '#A14188'

red 161 ◦ green 65 ◦ blue 136

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

Shades of Medium Red Violet #A14188

Tints of Medium Red Violet #A14188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.57%

R = 44.48%
G = 17.96%
B = 37.57%

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

#A14188 (or 0xA14188) is known color: Medium Red Violet. HEX triplet: A1, 41 and 88. RGB value is (161,65,136). Sum of RGB (Red+Green+Blue) = 161+65+136=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A14188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14188 is #5EBE77. Grayscale: #656565. Windows color (decimal): -6209144 or 8929697. OLE color: 8929697.

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

Color convert

RGB 161 65 136 -
CMYK 0 0.60 0.16 0.37
HSL 315.63º 0.42% 0.44% -
HSV(B) 315.63º 0.6% 0.63% -
XYZ 21.03 13.14 24.72 -
YUV 101.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 161 65 136 0 0.60 0.16 0.37 315.63 0.42 0.44
Hex A1 41 88 0 3C 10 25 13C 2A 2C
Octal 241 101 210 0 74 20 45 474 52 54
Binary 10100001 1000001 10001000 0 111100 10000 100101 100111100 101010 101100

Color Harmonies of #A14188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14188

Black with #A14188

Text Example


Text Example

White with #A14188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14188; }

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

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

background-color css

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

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

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

border-color css

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

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

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