Html Css Color HEX #A2297A Medium Red Violet

📋 copy color: '#A2297A'

red 162 ◦ green 41 ◦ blue 122

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

Shades of Medium Red Violet #A2297A

Tints of Medium Red Violet #A2297A

RGB

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

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

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

R = 49.85%
G = 12.62%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A2297A (or 0xA2297A) is known color: Medium Red Violet. HEX triplet: A2, 29 and 7A. RGB value is (162,41,122). Sum of RGB (Red+Green+Blue) = 162+41+122=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A2297A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2297A is #5DD685. Grayscale: #565656. Windows color (decimal): -6149766 or 8006050. OLE color: 8006050.

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

Color convert

RGB 162 41 122 -
CMYK 0 0.75 0.25 0.36
HSL 319.83º 0.6% 0.4% -
HSV(B) 319.83º 0.75% 0.64% -
XYZ 19.21 10.67 19.46 -
YUV 86.41 148.09 181.91 -
System Red Green Blue C M Y K H S L
Decimal 162 41 122 0 0.75 0.25 0.36 319.83 0.6 0.4
Hex A2 29 7A 0 4B 19 24 140 3C 28
Octal 242 51 172 0 113 31 44 500 74 50
Binary 10100010 101001 1111010 0 1001011 11001 100100 101000000 111100 101000

Color Harmonies of #A2297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2297A

Black with #A2297A

Text Example


Text Example

White with #A2297A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2297A; }

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

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

background-color css

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

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

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

border-color css

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

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

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