Html Css Color HEX #A2287D Medium Red Violet

📋 copy color: '#A2287D'

red 162 ◦ green 40 ◦ blue 125

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

Shades of Medium Red Violet #A2287D

Tints of Medium Red Violet #A2287D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.23%

R = 49.54%
G = 12.23%
B = 38.23%

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

#A2287D (or 0xA2287D) is known color: Medium Red Violet. HEX triplet: A2, 28 and 7D. RGB value is (162,40,125). Sum of RGB (Red+Green+Blue) = 162+40+125=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A2287D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2287D is #5DD782. Grayscale: #555555. Windows color (decimal): -6150019 or 8202402. OLE color: 8202402.

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

Color convert

RGB 162 40 125 -
CMYK 0 0.75 0.23 0.36
HSL 318.2º 0.6% 0.4% -
HSV(B) 318.2º 0.75% 0.64% -
XYZ 19.36 10.68 20.44 -
YUV 86.17 149.92 182.09 -
System Red Green Blue C M Y K H S L
Decimal 162 40 125 0 0.75 0.23 0.36 318.2 0.6 0.4
Hex A2 28 7D 0 4B 17 24 13E 3C 28
Octal 242 50 175 0 113 27 44 476 74 50
Binary 10100010 101000 1111101 0 1001011 10111 100100 100111110 111100 101000

Color Harmonies of #A2287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2287D

Black with #A2287D

Text Example


Text Example

White with #A2287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2287D; }

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

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

background-color css

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

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

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

border-color css

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

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

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