Html Css Color HEX #A2287C Medium Red Violet

📋 copy color: '#A2287C'

red 162 ◦ green 40 ◦ blue 124

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

Shades of Medium Red Violet #A2287C

Tints of Medium Red Violet #A2287C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 49.69%
G = 12.27%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2287C (or 0xA2287C) is known color: Medium Red Violet. HEX triplet: A2, 28 and 7C. RGB value is (162,40,124). Sum of RGB (Red+Green+Blue) = 162+40+124=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A2287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2287C is #5DD783. Grayscale: #555555. Windows color (decimal): -6150020 or 8136866. OLE color: 8136866.

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

Color convert

RGB 162 40 124 -
CMYK 0 0.75 0.23 0.36
HSL 318.69º 0.6% 0.4% -
HSV(B) 318.69º 0.75% 0.64% -
XYZ 19.3 10.65 20.11 -
YUV 86.05 149.42 182.17 -
System Red Green Blue C M Y K H S L
Decimal 162 40 124 0 0.75 0.23 0.36 318.69 0.6 0.4
Hex A2 28 7C 0 4B 17 24 13F 3C 28
Octal 242 50 174 0 113 27 44 477 74 50
Binary 10100010 101000 1111100 0 1001011 10111 100100 100111111 111100 101000

Color Harmonies of #A2287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2287C

Black with #A2287C

Text Example


Text Example

White with #A2287C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2287C; }

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

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

background-color css

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

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

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

border-color css

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

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

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