Html Css Color HEX #A91995 Medium Violet Red

📋 copy color: '#A91995'

red 169 ◦ green 25 ◦ blue 149

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

Shades of Medium Violet Red #A91995

Tints of Medium Violet Red #A91995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.29%

 BLUE value IS 149 (58.59% from 255) = 43.44%

R = 49.27%
G = 7.29%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A91995 (or 0xA91995) is known color: Medium Violet Red. HEX triplet: A9, 19 and 95. RGB value is (169,25,149). Sum of RGB (Red+Green+Blue) = 169+25+149=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A91995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91995 is #56E66A. Grayscale: #515151. Windows color (decimal): -5695083 or 9771433. OLE color: 9771433.

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

Color convert

RGB 169 25 149 -
CMYK 0 0.85 0.12 0.34
HSL 308.33º 0.74% 0.38% -
HSV(B) 308.33º 0.85% 0.66% -
XYZ 22.13 11.3 29.45 -
YUV 82.19 165.71 189.92 -
System Red Green Blue C M Y K H S L
Decimal 169 25 149 0 0.85 0.12 0.34 308.33 0.74 0.38
Hex A9 19 95 0 55 C 22 134 4A 26
Octal 251 31 225 0 125 14 42 464 112 46
Binary 10101001 11001 10010101 0 1010101 1100 100010 100110100 1001010 100110

Color Harmonies of #A91995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91995

Black with #A91995

Text Example


Text Example

White with #A91995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91995; }

 p { color: rgb(169,25,149); }

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

background-color css

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

 a { background-color: rgb(169,25,149); }

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

border-color css

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

 span { border-color: rgb(169,25,149); }

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