Html Css Color HEX #A2398A Medium Red Violet

📋 copy color: '#A2398A'

red 162 ◦ green 57 ◦ blue 138

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

Shades of Medium Red Violet #A2398A

Tints of Medium Red Violet #A2398A

RGB

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

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

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

R = 45.38%
G = 15.97%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2398A (or 0xA2398A) is known color: Medium Red Violet. HEX triplet: A2, 39 and 8A. RGB value is (162,57,138). Sum of RGB (Red+Green+Blue) = 162+57+138=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2398A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2398A is #5DC675. Grayscale: #616161. Windows color (decimal): -6145654 or 9058722. OLE color: 9058722.

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

Color convert

RGB 162 57 138 -
CMYK 0 0.65 0.15 0.36
HSL 313.71º 0.48% 0.43% -
HSV(B) 313.71º 0.65% 0.64% -
XYZ 20.95 12.44 25.34 -
YUV 97.63 150.79 173.91 -
System Red Green Blue C M Y K H S L
Decimal 162 57 138 0 0.65 0.15 0.36 313.71 0.48 0.43
Hex A2 39 8A 0 41 F 24 13A 30 2B
Octal 242 71 212 0 101 17 44 472 60 53
Binary 10100010 111001 10001010 0 1000001 1111 100100 100111010 110000 101011

Color Harmonies of #A2398A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2398A

Black with #A2398A

Text Example


Text Example

White with #A2398A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2398A; }

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

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

background-color css

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

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

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

border-color css

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

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

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