Html Css Color HEX #A91C98 Medium Violet Red

📋 copy color: '#A91C98'

red 169 ◦ green 28 ◦ blue 152

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

Shades of Medium Violet Red #A91C98

Tints of Medium Violet Red #A91C98

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.02%

 BLUE value IS 152 (59.77% from 255) = 43.55%

R = 48.42%
G = 8.02%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A91C98 (or 0xA91C98) is known color: Medium Violet Red. HEX triplet: A9, 1C and 98. RGB value is (169,28,152). Sum of RGB (Red+Green+Blue) = 169+28+152=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A91C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91C98 is #56E367. Grayscale: #535353. Windows color (decimal): -5694312 or 9968809. OLE color: 9968809.

HSL color Cylindrical-coordinate representation of color #A91C98: hue angle of 307.23º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A91C98 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 28 152 -
CMYK 0 0.83 0.10 0.34
HSL 307.23º 0.72% 0.39% -
HSV(B) 307.23º 0.83% 0.66% -
XYZ 22.44 11.53 30.75 -
YUV 84.3 166.21 188.42 -
System Red Green Blue C M Y K H S L
Decimal 169 28 152 0 0.83 0.10 0.34 307.23 0.72 0.39
Hex A9 1C 98 0 53 A 22 133 48 27
Octal 251 34 230 0 123 12 42 463 110 47
Binary 10101001 11100 10011000 0 1010011 1010 100010 100110011 1001000 100111

Color Harmonies of #A91C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91C98

Black with #A91C98

Text Example


Text Example

White with #A91C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91C98; }

 p { color: rgb(169,28,152); }

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

background-color css

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

 a { background-color: rgb(169,28,152); }

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

border-color css

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

 span { border-color: rgb(169,28,152); }

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