Html Css Color HEX #A2288B Medium Red Violet

📋 copy color: '#A2288B'

red 162 ◦ green 40 ◦ blue 139

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

Shades of Medium Red Violet #A2288B

Tints of Medium Red Violet #A2288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.76%

R = 47.51%
G = 11.73%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2288B (or 0xA2288B) is known color: Medium Red Violet. HEX triplet: A2, 28 and 8B. RGB value is (162,40,139). Sum of RGB (Red+Green+Blue) = 162+40+139=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A2288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2288B is #5DD774. Grayscale: #575757. Windows color (decimal): -6150005 or 9119906. OLE color: 9119906.

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

Color convert

RGB 162 40 139 -
CMYK 0 0.75 0.14 0.36
HSL 311.31º 0.6% 0.4% -
HSV(B) 311.31º 0.75% 0.64% -
XYZ 20.32 11.06 25.49 -
YUV 87.76 156.92 180.95 -
System Red Green Blue C M Y K H S L
Decimal 162 40 139 0 0.75 0.14 0.36 311.31 0.6 0.4
Hex A2 28 8B 0 4B E 24 137 3C 28
Octal 242 50 213 0 113 16 44 467 74 50
Binary 10100010 101000 10001011 0 1001011 1110 100100 100110111 111100 101000

Color Harmonies of #A2288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2288B

Black with #A2288B

Text Example


Text Example

White with #A2288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2288B; }

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

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

background-color css

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

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

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

border-color css

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

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

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