Html Css Color HEX #A2297E Medium Red Violet

📋 copy color: '#A2297E'

red 162 ◦ green 41 ◦ blue 126

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

Shades of Medium Red Violet #A2297E

Tints of Medium Red Violet #A2297E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.3%

R = 49.24%
G = 12.46%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2297E (or 0xA2297E) is known color: Medium Red Violet. HEX triplet: A2, 29 and 7E. RGB value is (162,41,126). Sum of RGB (Red+Green+Blue) = 162+41+126=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A2297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2297E is #5DD681. Grayscale: #565656. Windows color (decimal): -6149762 or 8268194. OLE color: 8268194.

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

Color convert

RGB 162 41 126 -
CMYK 0 0.75 0.22 0.36
HSL 317.85º 0.6% 0.4% -
HSV(B) 317.85º 0.75% 0.64% -
XYZ 19.46 10.77 20.79 -
YUV 86.87 150.09 181.59 -
System Red Green Blue C M Y K H S L
Decimal 162 41 126 0 0.75 0.22 0.36 317.85 0.6 0.4
Hex A2 29 7E 0 4B 16 24 13E 3C 28
Octal 242 51 176 0 113 26 44 476 74 50
Binary 10100010 101001 1111110 0 1001011 10110 100100 100111110 111100 101000

Color Harmonies of #A2297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2297E

Black with #A2297E

Text Example


Text Example

White with #A2297E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2297E; }

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

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

background-color css

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

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

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

border-color css

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

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

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