Html Css Color HEX #A2317C Medium Red Violet

📋 copy color: '#A2317C'

red 162 ◦ green 49 ◦ blue 124

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

Shades of Medium Red Violet #A2317C

Tints of Medium Red Violet #A2317C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.63%

 BLUE value IS 124 (48.83% from 255) = 37.01%

R = 48.36%
G = 14.63%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2317C (or 0xA2317C) is known color: Medium Red Violet. HEX triplet: A2, 31 and 7C. RGB value is (162,49,124). Sum of RGB (Red+Green+Blue) = 162+49+124=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A2317C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2317C is #5DCE83. Grayscale: #5B5B5B. Windows color (decimal): -6147716 or 8139170. OLE color: 8139170.

HSL color Cylindrical-coordinate representation of color #A2317C: hue angle of 320.18º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2317C is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 49 124 -
CMYK 0 0.70 0.23 0.36
HSL 320.18º 0.54% 0.41% -
HSV(B) 320.18º 0.7% 0.64% -
XYZ 19.64 11.33 20.22 -
YUV 91.34 146.44 178.4 -
System Red Green Blue C M Y K H S L
Decimal 162 49 124 0 0.70 0.23 0.36 320.18 0.54 0.41
Hex A2 31 7C 0 46 17 24 140 36 29
Octal 242 61 174 0 106 27 44 500 66 51
Binary 10100010 110001 1111100 0 1000110 10111 100100 101000000 110110 101001

Color Harmonies of #A2317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2317C

Black with #A2317C

Text Example


Text Example

White with #A2317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2317C; }

 p { color: rgb(162,49,124); }

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

background-color css

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

 a { background-color: rgb(162,49,124); }

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

border-color css

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

 span { border-color: rgb(162,49,124); }

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