Html Css Color HEX #A2498A Medium Red Violet

📋 copy color: '#A2498A'

red 162 ◦ green 73 ◦ blue 138

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

Shades of Medium Red Violet #A2498A

Tints of Medium Red Violet #A2498A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.57%

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

R = 43.43%
G = 19.57%
B = 37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2498A (or 0xA2498A) is known color: Medium Red Violet. HEX triplet: A2, 49 and 8A. RGB value is (162,73,138). Sum of RGB (Red+Green+Blue) = 162+73+138=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A2498A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2498A is #5DB675. Grayscale: #6A6A6A. Windows color (decimal): -6141558 or 9062818. OLE color: 9062818.

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

Color convert

RGB 162 73 138 -
CMYK 0 0.55 0.15 0.36
HSL 316.18º 0.38% 0.46% -
HSV(B) 316.18º 0.55% 0.64% -
XYZ 21.87 14.28 25.65 -
YUV 107.02 145.49 167.21 -
System Red Green Blue C M Y K H S L
Decimal 162 73 138 0 0.55 0.15 0.36 316.18 0.38 0.46
Hex A2 49 8A 0 37 F 24 13C 26 2E
Octal 242 111 212 0 67 17 44 474 46 56
Binary 10100010 1001001 10001010 0 110111 1111 100100 100111100 100110 101110

Color Harmonies of #A2498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2498A

Black with #A2498A

Text Example


Text Example

White with #A2498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2498A; }

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

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

background-color css

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

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

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

border-color css

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

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

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