Html Css Color HEX #A2297B Medium Red Violet

📋 copy color: '#A2297B'

red 162 ◦ green 41 ◦ blue 123

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

Shades of Medium Red Violet #A2297B

Tints of Medium Red Violet #A2297B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.73%

R = 49.69%
G = 12.58%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A2297B (or 0xA2297B) is known color: Medium Red Violet. HEX triplet: A2, 29 and 7B. RGB value is (162,41,123). Sum of RGB (Red+Green+Blue) = 162+41+123=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A2297B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2297B is #5DD684. Grayscale: #565656. Windows color (decimal): -6149765 or 8071586. OLE color: 8071586.

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

Color convert

RGB 162 41 123 -
CMYK 0 0.75 0.24 0.36
HSL 319.34º 0.6% 0.4% -
HSV(B) 319.34º 0.75% 0.64% -
XYZ 19.27 10.7 19.79 -
YUV 86.53 148.59 181.83 -
System Red Green Blue C M Y K H S L
Decimal 162 41 123 0 0.75 0.24 0.36 319.34 0.6 0.4
Hex A2 29 7B 0 4B 18 24 13F 3C 28
Octal 242 51 173 0 113 30 44 477 74 50
Binary 10100010 101001 1111011 0 1001011 11000 100100 100111111 111100 101000

Color Harmonies of #A2297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2297B

Black with #A2297B

Text Example


Text Example

White with #A2297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2297B; }

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

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

background-color css

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

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

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

border-color css

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

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

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