Html Css Color HEX #A2318D Medium Red Violet

📋 copy color: '#A2318D'

red 162 ◦ green 49 ◦ blue 141

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

Shades of Medium Red Violet #A2318D

Tints of Medium Red Violet #A2318D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.06%

R = 46.02%
G = 13.92%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A2318D (or 0xA2318D) is known color: Medium Red Violet. HEX triplet: A2, 31 and 8D. RGB value is (162,49,141). Sum of RGB (Red+Green+Blue) = 162+49+141=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A2318D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2318D is #5DCE72. Grayscale: #5D5D5D. Windows color (decimal): -6147699 or 9253282. OLE color: 9253282.

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

Color convert

RGB 162 49 141 -
CMYK 0 0.70 0.13 0.36
HSL 311.15º 0.54% 0.41% -
HSV(B) 311.15º 0.7% 0.64% -
XYZ 20.81 11.8 26.38 -
YUV 93.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 162 49 141 0 0.70 0.13 0.36 311.15 0.54 0.41
Hex A2 31 8D 0 46 D 24 137 36 29
Octal 242 61 215 0 106 15 44 467 66 51
Binary 10100010 110001 10001101 0 1000110 1101 100100 100110111 110110 101001

Color Harmonies of #A2318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2318D

Black with #A2318D

Text Example


Text Example

White with #A2318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2318D; }

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

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

background-color css

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

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

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

border-color css

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

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

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