Html Css Color HEX #A2318B Medium Red Violet

📋 copy color: '#A2318B'

red 162 ◦ green 49 ◦ blue 139

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

Shades of Medium Red Violet #A2318B

Tints of Medium Red Violet #A2318B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.71%

R = 46.29%
G = 14%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2318B (or 0xA2318B) is known color: Medium Red Violet. HEX triplet: A2, 31 and 8B. RGB value is (162,49,139). Sum of RGB (Red+Green+Blue) = 162+49+139=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A2318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2318B is #5DCE74. Grayscale: #5C5C5C. Windows color (decimal): -6147701 or 9122210. OLE color: 9122210.

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

Color convert

RGB 162 49 139 -
CMYK 0 0.70 0.14 0.36
HSL 312.21º 0.54% 0.41% -
HSV(B) 312.21º 0.7% 0.64% -
XYZ 20.66 11.74 25.6 -
YUV 93.05 153.94 177.18 -
System Red Green Blue C M Y K H S L
Decimal 162 49 139 0 0.70 0.14 0.36 312.21 0.54 0.41
Hex A2 31 8B 0 46 E 24 138 36 29
Octal 242 61 213 0 106 16 44 470 66 51
Binary 10100010 110001 10001011 0 1000110 1110 100100 100111000 110110 101001

Color Harmonies of #A2318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2318B

Black with #A2318B

Text Example


Text Example

White with #A2318B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2318B; }

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

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

background-color css

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

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

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

border-color css

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

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

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