Html Css Color HEX #A9138B Medium Violet Red

📋 copy color: '#A9138B'

red 169 ◦ green 19 ◦ blue 139

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

Shades of Medium Violet Red #A9138B

Tints of Medium Violet Red #A9138B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.51%

R = 51.68%
G = 5.81%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A9138B (or 0xA9138B) is known color: Medium Violet Red. HEX triplet: A9, 13 and 8B. RGB value is (169,19,139). Sum of RGB (Red+Green+Blue) = 169+19+139=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A9138B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9138B is #56EC74. Grayscale: #4D4D4D. Windows color (decimal): -5696629 or 9114537. OLE color: 9114537.

HSL color Cylindrical-coordinate representation of color #A9138B: hue angle of 312º 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 #A9138B is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 19 139 -
CMYK 0 0.89 0.18 0.34
HSL 312º 0.8% 0.37% -
HSV(B) 312º 0.89% 0.66% -
XYZ 21.26 10.76 25.38 -
YUV 77.53 162.7 193.24 -
System Red Green Blue C M Y K H S L
Decimal 169 19 139 0 0.89 0.18 0.34 312 0.8 0.37
Hex A9 13 8B 0 59 12 22 138 50 25
Octal 251 23 213 0 131 22 42 470 120 45
Binary 10101001 10011 10001011 0 1011001 10010 100010 100111000 1010000 100101

Color Harmonies of #A9138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9138B

Black with #A9138B

Text Example


Text Example

White with #A9138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9138B; }

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

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

background-color css

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

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

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

border-color css

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

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

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