Html Css Color HEX #A9228E Medium Red Violet

📋 copy color: '#A9228E'

red 169 ◦ green 34 ◦ blue 142

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

Shades of Medium Red Violet #A9228E

Tints of Medium Red Violet #A9228E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.16%

R = 48.99%
G = 9.86%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A9228E (or 0xA9228E) is known color: Medium Red Violet. HEX triplet: A9, 22 and 8E. RGB value is (169,34,142). Sum of RGB (Red+Green+Blue) = 169+34+142=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A9228E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9228E is #56DD71. Grayscale: #565656. Windows color (decimal): -5692786 or 9314985. OLE color: 9314985.

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

Color convert

RGB 169 34 142 -
CMYK 0 0.80 0.16 0.34
HSL 312º 0.67% 0.4% -
HSV(B) 312º 0.8% 0.66% -
XYZ 21.82 11.53 26.67 -
YUV 86.68 159.23 186.72 -
System Red Green Blue C M Y K H S L
Decimal 169 34 142 0 0.80 0.16 0.34 312 0.67 0.4
Hex A9 22 8E 0 50 10 22 138 43 28
Octal 251 42 216 0 120 20 42 470 103 50
Binary 10101001 100010 10001110 0 1010000 10000 100010 100111000 1000011 101000

Color Harmonies of #A9228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9228E

Black with #A9228E

Text Example


Text Example

White with #A9228E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9228E; }

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

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

background-color css

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

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

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

border-color css

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

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

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