Html Css Color HEX #A2398E Medium Red Violet

📋 copy color: '#A2398E'

red 162 ◦ green 57 ◦ blue 142

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

Shades of Medium Red Violet #A2398E

Tints of Medium Red Violet #A2398E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.79%

 BLUE value IS 142 (55.86% from 255) = 39.34%

R = 44.88%
G = 15.79%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2398E (or 0xA2398E) is known color: Medium Red Violet. HEX triplet: A2, 39 and 8E. RGB value is (162,57,142). Sum of RGB (Red+Green+Blue) = 162+57+142=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A2398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2398E is #5DC671. Grayscale: #616161. Windows color (decimal): -6145650 or 9320866. OLE color: 9320866.

HSL color Cylindrical-coordinate representation of color #A2398E: hue angle of 311.43º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2398E is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 57 142 -
CMYK 0 0.65 0.12 0.36
HSL 311.43º 0.48% 0.43% -
HSV(B) 311.43º 0.65% 0.64% -
XYZ 21.25 12.56 26.9 -
YUV 98.09 152.79 173.59 -
System Red Green Blue C M Y K H S L
Decimal 162 57 142 0 0.65 0.12 0.36 311.43 0.48 0.43
Hex A2 39 8E 0 41 C 24 137 30 2B
Octal 242 71 216 0 101 14 44 467 60 53
Binary 10100010 111001 10001110 0 1000001 1100 100100 100110111 110000 101011

Color Harmonies of #A2398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2398E

Black with #A2398E

Text Example


Text Example

White with #A2398E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2398E; }

 p { color: rgb(162,57,142); }

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

background-color css

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

 a { background-color: rgb(162,57,142); }

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

border-color css

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

 span { border-color: rgb(162,57,142); }

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