Html Css Color HEX #A22895 Medium Red Violet

📋 copy color: '#A22895'

red 162 ◦ green 40 ◦ blue 149

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

Shades of Medium Red Violet #A22895

Tints of Medium Red Violet #A22895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.4%

 BLUE value IS 149 (58.59% from 255) = 42.45%

R = 46.15%
G = 11.4%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A22895 (or 0xA22895) is known color: Medium Red Violet. HEX triplet: A2, 28 and 95. RGB value is (162,40,149). Sum of RGB (Red+Green+Blue) = 162+40+149=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A22895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22895 is #5DD76A. Grayscale: #585858. Windows color (decimal): -6149995 or 9775266. OLE color: 9775266.

HSL color Cylindrical-coordinate representation of color #A22895: hue angle of 306.39º 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 #A22895 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 40 149 -
CMYK 0 0.75 0.08 0.36
HSL 306.39º 0.6% 0.4% -
HSV(B) 306.39º 0.75% 0.64% -
XYZ 21.08 11.37 29.52 -
YUV 88.9 161.92 180.14 -
System Red Green Blue C M Y K H S L
Decimal 162 40 149 0 0.75 0.08 0.36 306.39 0.6 0.4
Hex A2 28 95 0 4B 8 24 132 3C 28
Octal 242 50 225 0 113 10 44 462 74 50
Binary 10100010 101000 10010101 0 1001011 1000 100100 100110010 111100 101000

Color Harmonies of #A22895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22895

Black with #A22895

Text Example


Text Example

White with #A22895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22895; }

 p { color: rgb(162,40,149); }

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

background-color css

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

 a { background-color: rgb(162,40,149); }

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

border-color css

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

 span { border-color: rgb(162,40,149); }

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