Html Css Color HEX #A9188B Medium Violet Red

📋 copy color: '#A9188B'

red 169 ◦ green 24 ◦ blue 139

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

Shades of Medium Violet Red #A9188B

Tints of Medium Violet Red #A9188B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.23%

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

R = 50.9%
G = 7.23%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A9188B (or 0xA9188B) is known color: Medium Violet Red. HEX triplet: A9, 18 and 8B. RGB value is (169,24,139). Sum of RGB (Red+Green+Blue) = 169+24+139=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A9188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9188B is #56E774. Grayscale: #505050. Windows color (decimal): -5695349 or 9115817. OLE color: 9115817.

HSL color Cylindrical-coordinate representation of color #A9188B: hue angle of 312.41º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A9188B is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 24 139 -
CMYK 0 0.86 0.18 0.34
HSL 312.41º 0.75% 0.38% -
HSV(B) 312.41º 0.86% 0.66% -
XYZ 21.35 10.95 25.41 -
YUV 80.47 161.04 191.15 -
System Red Green Blue C M Y K H S L
Decimal 169 24 139 0 0.86 0.18 0.34 312.41 0.75 0.38
Hex A9 18 8B 0 56 12 22 138 4B 26
Octal 251 30 213 0 126 22 42 470 113 46
Binary 10101001 11000 10001011 0 1010110 10010 100010 100111000 1001011 100110

Color Harmonies of #A9188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9188B

Black with #A9188B

Text Example


Text Example

White with #A9188B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9188B; }

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

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

background-color css

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

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

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

border-color css

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

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

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