Html Css Color HEX #A9138D Medium Violet Red

📋 copy color: '#A9138D'

red 169 ◦ green 19 ◦ blue 141

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

Shades of Medium Violet Red #A9138D

Tints of Medium Violet Red #A9138D

RGB

 RED value IS 169 (66.41% from 255) = 51.37%

 GREEN value IS 19 (7.81% from 255) = 5.78%

 BLUE value IS 141 (55.47% from 255) = 42.86%

R = 51.37%
G = 5.78%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A9138D (or 0xA9138D) is known color: Medium Violet Red. HEX triplet: A9, 13 and 8D. RGB value is (169,19,141). Sum of RGB (Red+Green+Blue) = 169+19+141=329 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.37% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 169 - color contains mainly: red. Hex color #A9138D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9138D is #56EC72. Grayscale: #4D4D4D. Windows color (decimal): -5696627 or 9245609. OLE color: 9245609.

HSL color Cylindrical-coordinate representation of color #A9138D: hue angle of 311.2º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A9138D is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 19 141 -
CMYK 0 0.89 0.17 0.34
HSL 311.2º 0.8% 0.37% -
HSV(B) 311.2º 0.89% 0.66% -
XYZ 21.4 10.82 26.16 -
YUV 77.76 163.7 193.08 -
System Red Green Blue C M Y K H S L
Decimal 169 19 141 0 0.89 0.17 0.34 311.2 0.8 0.37
Hex A9 13 8D 0 59 11 22 137 50 25
Octal 251 23 215 0 131 21 42 467 120 45
Binary 10101001 10011 10001101 0 1011001 10001 100010 100110111 1010000 100101

Color Harmonies of #A9138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9138D

Black with #A9138D

Text Example


Text Example

White with #A9138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9138D; }

 p { color: rgb(169,19,141); }

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

background-color css

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

 a { background-color: rgb(169,19,141); }

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

border-color css

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

 span { border-color: rgb(169,19,141); }

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