Html Css Color HEX #A22990 Medium Red Violet

📋 copy color: '#A22990'

red 162 ◦ green 41 ◦ blue 144

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

Shades of Medium Red Violet #A22990

Tints of Medium Red Violet #A22990

RGB

 RED value IS 162 (63.67% from 255) = 46.69%

 GREEN value IS 41 (16.41% from 255) = 11.82%

 BLUE value IS 144 (56.64% from 255) = 41.5%

R = 46.69%
G = 11.82%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A22990 (or 0xA22990) is known color: Medium Red Violet. HEX triplet: A2, 29 and 90. RGB value is (162,41,144). Sum of RGB (Red+Green+Blue) = 162+41+144=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A22990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22990 is #5DD66F. Grayscale: #585858. Windows color (decimal): -6149744 or 9447842. OLE color: 9447842.

HSL color Cylindrical-coordinate representation of color #A22990: hue angle of 308.93º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A22990 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 41 144 -
CMYK 0 0.75 0.11 0.36
HSL 308.93º 0.6% 0.4% -
HSV(B) 308.93º 0.75% 0.64% -
XYZ 20.73 11.28 27.47 -
YUV 88.92 159.09 180.12 -
System Red Green Blue C M Y K H S L
Decimal 162 41 144 0 0.75 0.11 0.36 308.93 0.6 0.4
Hex A2 29 90 0 4B B 24 135 3C 28
Octal 242 51 220 0 113 13 44 465 74 50
Binary 10100010 101001 10010000 0 1001011 1011 100100 100110101 111100 101000

Color Harmonies of #A22990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22990

Black with #A22990

Text Example


Text Example

White with #A22990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22990; }

 p { color: rgb(162,41,144); }

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

background-color css

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

 a { background-color: rgb(162,41,144); }

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

border-color css

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

 span { border-color: rgb(162,41,144); }

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