Html Css Color HEX #A91185 Medium Violet Red

📋 copy color: '#A91185'

red 169 ◦ green 17 ◦ blue 133

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

Shades of Medium Violet Red #A91185

Tints of Medium Violet Red #A91185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.33%

 BLUE value IS 133 (52.34% from 255) = 41.69%

R = 52.98%
G = 5.33%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A91185 (or 0xA91185) is known color: Medium Violet Red. HEX triplet: A9, 11 and 85. RGB value is (169,17,133). Sum of RGB (Red+Green+Blue) = 169+17+133=319 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.98% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 169 - color contains mainly: red. Hex color #A91185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91185 is #56EE7A. Grayscale: #4B4B4B. Windows color (decimal): -5697147 or 8720809. OLE color: 8720809.

HSL color Cylindrical-coordinate representation of color #A91185: hue angle of 314.21º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A91185 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 17 133 -
CMYK 0 0.90 0.21 0.34
HSL 314.21º 0.82% 0.36% -
HSV(B) 314.21º 0.9% 0.66% -
XYZ 20.8 10.53 23.13 -
YUV 75.67 160.36 194.57 -
System Red Green Blue C M Y K H S L
Decimal 169 17 133 0 0.90 0.21 0.34 314.21 0.82 0.36
Hex A9 11 85 0 5A 15 22 13A 52 24
Octal 251 21 205 0 132 25 42 472 122 44
Binary 10101001 10001 10000101 0 1011010 10101 100010 100111010 1010010 100100

Color Harmonies of #A91185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91185

Black with #A91185

Text Example


Text Example

White with #A91185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91185; }

 p { color: rgb(169,17,133); }

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

background-color css

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

 a { background-color: rgb(169,17,133); }

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

border-color css

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

 span { border-color: rgb(169,17,133); }

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