Html Css Color HEX #A9227C Medium Red Violet

📋 copy color: '#A9227C'

red 169 ◦ green 34 ◦ blue 124

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

Shades of Medium Red Violet #A9227C

Tints of Medium Red Violet #A9227C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.4%

 BLUE value IS 124 (48.83% from 255) = 37.92%

R = 51.68%
G = 10.4%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A9227C (or 0xA9227C) is known color: Medium Red Violet. HEX triplet: A9, 22 and 7C. RGB value is (169,34,124). Sum of RGB (Red+Green+Blue) = 169+34+124=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A9227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9227C is #56DD83. Grayscale: #545454. Windows color (decimal): -5692804 or 8135337. OLE color: 8135337.

HSL color Cylindrical-coordinate representation of color #A9227C: hue angle of 320º 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 #A9227C is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 34 124 -
CMYK 0 0.80 0.27 0.34
HSL 320º 0.67% 0.4% -
HSV(B) 320º 0.8% 0.66% -
XYZ 20.57 11.03 20.11 -
YUV 84.63 150.23 188.18 -
System Red Green Blue C M Y K H S L
Decimal 169 34 124 0 0.80 0.27 0.34 320 0.67 0.4
Hex A9 22 7C 0 50 1B 22 140 43 28
Octal 251 42 174 0 120 33 42 500 103 50
Binary 10101001 100010 1111100 0 1010000 11011 100010 101000000 1000011 101000

Color Harmonies of #A9227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9227C

Black with #A9227C

Text Example


Text Example

White with #A9227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9227C; }

 p { color: rgb(169,34,124); }

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

background-color css

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

 a { background-color: rgb(169,34,124); }

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

border-color css

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

 span { border-color: rgb(169,34,124); }

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