Html Css Color HEX #A2288F Medium Red Violet

📋 copy color: '#A2288F'

red 162 ◦ green 40 ◦ blue 143

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

Shades of Medium Red Violet #A2288F

Tints of Medium Red Violet #A2288F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.45%

R = 46.96%
G = 11.59%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2288F (or 0xA2288F) is known color: Medium Red Violet. HEX triplet: A2, 28 and 8F. RGB value is (162,40,143). Sum of RGB (Red+Green+Blue) = 162+40+143=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A2288F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2288F is #5DD770. Grayscale: #575757. Windows color (decimal): -6150001 or 9382050. OLE color: 9382050.

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

Color convert

RGB 162 40 143 -
CMYK 0 0.75 0.12 0.36
HSL 309.34º 0.6% 0.4% -
HSV(B) 309.34º 0.75% 0.64% -
XYZ 20.62 11.18 27.06 -
YUV 88.22 158.92 180.62 -
System Red Green Blue C M Y K H S L
Decimal 162 40 143 0 0.75 0.12 0.36 309.34 0.6 0.4
Hex A2 28 8F 0 4B C 24 135 3C 28
Octal 242 50 217 0 113 14 44 465 74 50
Binary 10100010 101000 10001111 0 1001011 1100 100100 100110101 111100 101000

Color Harmonies of #A2288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2288F

Black with #A2288F

Text Example


Text Example

White with #A2288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2288F; }

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

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

background-color css

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

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

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

border-color css

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

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

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