Html Css Color HEX #A2287E Medium Red Violet

📋 copy color: '#A2287E'

red 162 ◦ green 40 ◦ blue 126

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

Shades of Medium Red Violet #A2287E

Tints of Medium Red Violet #A2287E

RGB

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

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

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

R = 49.39%
G = 12.2%
B = 38.41%

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

#A2287E (or 0xA2287E) is known color: Medium Red Violet. HEX triplet: A2, 28 and 7E. RGB value is (162,40,126). Sum of RGB (Red+Green+Blue) = 162+40+126=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A2287E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2287E is #5DD781. Grayscale: #565656. Windows color (decimal): -6150018 or 8267938. OLE color: 8267938.

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

Color convert

RGB 162 40 126 -
CMYK 0 0.75 0.22 0.36
HSL 317.7º 0.6% 0.4% -
HSV(B) 317.7º 0.75% 0.64% -
XYZ 19.42 10.71 20.78 -
YUV 86.28 150.42 182.01 -
System Red Green Blue C M Y K H S L
Decimal 162 40 126 0 0.75 0.22 0.36 317.7 0.6 0.4
Hex A2 28 7E 0 4B 16 24 13E 3C 28
Octal 242 50 176 0 113 26 44 476 74 50
Binary 10100010 101000 1111110 0 1001011 10110 100100 100111110 111100 101000

Color Harmonies of #A2287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2287E

Black with #A2287E

Text Example


Text Example

White with #A2287E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2287E; }

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

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

background-color css

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

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

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

border-color css

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

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

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