Html Css Color HEX #A14089 Medium Red Violet

📋 copy color: '#A14089'

red 161 ◦ green 64 ◦ blue 137

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

Shades of Medium Red Violet #A14089

Tints of Medium Red Violet #A14089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.85%

R = 44.48%
G = 17.68%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A14089 (or 0xA14089) is known color: Medium Red Violet. HEX triplet: A1, 40 and 89. RGB value is (161,64,137). Sum of RGB (Red+Green+Blue) = 161+64+137=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A14089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14089 is #5EBF76. Grayscale: #656565. Windows color (decimal): -6209399 or 8994977. OLE color: 8994977.

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

Color convert

RGB 161 64 137 -
CMYK 0 0.60 0.15 0.37
HSL 314.85º 0.43% 0.44% -
HSV(B) 314.85º 0.6% 0.63% -
XYZ 21.05 13.05 25.08 -
YUV 101.33 148.14 170.56 -
System Red Green Blue C M Y K H S L
Decimal 161 64 137 0 0.60 0.15 0.37 314.85 0.43 0.44
Hex A1 40 89 0 3C F 25 13B 2B 2C
Octal 241 100 211 0 74 17 45 473 53 54
Binary 10100001 1000000 10001001 0 111100 1111 100101 100111011 101011 101100

Color Harmonies of #A14089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14089

Black with #A14089

Text Example


Text Example

White with #A14089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14089; }

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

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

background-color css

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

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

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

border-color css

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

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

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