Html Css Color HEX #A9217A Medium Red Violet

📋 copy color: '#A9217A'

red 169 ◦ green 33 ◦ blue 122

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

Shades of Medium Red Violet #A9217A

Tints of Medium Red Violet #A9217A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.19%

 BLUE value IS 122 (48.05% from 255) = 37.65%

R = 52.16%
G = 10.19%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A9217A (or 0xA9217A) is known color: Medium Red Violet. HEX triplet: A9, 21 and 7A. RGB value is (169,33,122). Sum of RGB (Red+Green+Blue) = 169+33+122=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A9217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9217A is #56DE85. Grayscale: #535353. Windows color (decimal): -5693062 or 8004009. OLE color: 8004009.

HSL color Cylindrical-coordinate representation of color #A9217A: hue angle of 320.74º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A9217A is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 33 122 -
CMYK 0 0.80 0.28 0.34
HSL 320.74º 0.67% 0.4% -
HSV(B) 320.74º 0.8% 0.66% -
XYZ 20.42 10.93 19.45 -
YUV 83.81 149.56 188.76 -
System Red Green Blue C M Y K H S L
Decimal 169 33 122 0 0.80 0.28 0.34 320.74 0.67 0.4
Hex A9 21 7A 0 50 1C 22 141 43 28
Octal 251 41 172 0 120 34 42 501 103 50
Binary 10101001 100001 1111010 0 1010000 11100 100010 101000001 1000011 101000

Color Harmonies of #A9217A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9217A

Black with #A9217A

Text Example


Text Example

White with #A9217A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9217A; }

 p { color: rgb(169,33,122); }

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

background-color css

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

 a { background-color: rgb(169,33,122); }

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

border-color css

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

 span { border-color: rgb(169,33,122); }

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