Html Css Color HEX #A0318B Medium Red Violet

📋 copy color: '#A0318B'

red 160 ◦ green 49 ◦ blue 139

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

Shades of Medium Red Violet #A0318B

Tints of Medium Red Violet #A0318B

RGB

 RED value IS 160 (62.89% from 255) = 45.98%

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

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

R = 45.98%
G = 14.08%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0318B (or 0xA0318B) is known color: Medium Red Violet. HEX triplet: A0, 31 and 8B. RGB value is (160,49,139). Sum of RGB (Red+Green+Blue) = 160+49+139=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A0318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0318B is #5FCE74. Grayscale: #5C5C5C. Windows color (decimal): -6278773 or 9122208. OLE color: 9122208.

HSL color Cylindrical-coordinate representation of color #A0318B: hue angle of 311.35º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0318B is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 49 139 -
CMYK 0 0.69 0.13 0.37
HSL 311.35º 0.53% 0.41% -
HSV(B) 311.35º 0.69% 0.63% -
XYZ 20.26 11.53 25.58 -
YUV 92.45 154.27 176.18 -
System Red Green Blue C M Y K H S L
Decimal 160 49 139 0 0.69 0.13 0.37 311.35 0.53 0.41
Hex A0 31 8B 0 45 D 25 137 35 29
Octal 240 61 213 0 105 15 45 467 65 51
Binary 10100000 110001 10001011 0 1000101 1101 100101 100110111 110101 101001

Color Harmonies of #A0318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0318B

Black with #A0318B

Text Example


Text Example

White with #A0318B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0318B; }

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

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

background-color css

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

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

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

border-color css

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

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

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