Html Css Color HEX #A2488A Medium Red Violet

📋 copy color: '#A2488A'

red 162 ◦ green 72 ◦ blue 138

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

Shades of Medium Red Violet #A2488A

Tints of Medium Red Violet #A2488A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.35%

 BLUE value IS 138 (54.3% from 255) = 37.1%

R = 43.55%
G = 19.35%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2488A (or 0xA2488A) is known color: Medium Red Violet. HEX triplet: A2, 48 and 8A. RGB value is (162,72,138). Sum of RGB (Red+Green+Blue) = 162+72+138=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A2488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2488A is #5DB775. Grayscale: #6A6A6A. Windows color (decimal): -6141814 or 9062562. OLE color: 9062562.

HSL color Cylindrical-coordinate representation of color #A2488A: hue angle of 316º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2488A is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 72 138 -
CMYK 0 0.56 0.15 0.36
HSL 316º 0.38% 0.46% -
HSV(B) 316º 0.56% 0.64% -
XYZ 21.81 14.15 25.63 -
YUV 106.43 145.82 167.63 -
System Red Green Blue C M Y K H S L
Decimal 162 72 138 0 0.56 0.15 0.36 316 0.38 0.46
Hex A2 48 8A 0 38 F 24 13C 26 2E
Octal 242 110 212 0 70 17 44 474 46 56
Binary 10100010 1001000 10001010 0 111000 1111 100100 100111100 100110 101110

Color Harmonies of #A2488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2488A

Black with #A2488A

Text Example


Text Example

White with #A2488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2488A; }

 p { color: rgb(162,72,138); }

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

background-color css

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

 a { background-color: rgb(162,72,138); }

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

border-color css

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

 span { border-color: rgb(162,72,138); }

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