Html Css Color HEX #A0318C Medium Red Violet

📋 copy color: '#A0318C'

red 160 ◦ green 49 ◦ blue 140

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

Shades of Medium Red Violet #A0318C

Tints of Medium Red Violet #A0318C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.11%

R = 45.85%
G = 14.04%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0318C (or 0xA0318C) is known color: Medium Red Violet. HEX triplet: A0, 31 and 8C. RGB value is (160,49,140). Sum of RGB (Red+Green+Blue) = 160+49+140=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A0318C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0318C is #5FCE73. Grayscale: #5C5C5C. Windows color (decimal): -6278772 or 9187744. OLE color: 9187744.

HSL color Cylindrical-coordinate representation of color #A0318C: hue angle of 310.81º 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 #A0318C is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 49 140 -
CMYK 0 0.69 0.12 0.37
HSL 310.81º 0.53% 0.41% -
HSV(B) 310.81º 0.69% 0.63% -
XYZ 20.33 11.56 25.97 -
YUV 92.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 160 49 140 0 0.69 0.12 0.37 310.81 0.53 0.41
Hex A0 31 8C 0 45 C 25 137 35 29
Octal 240 61 214 0 105 14 45 467 65 51
Binary 10100000 110001 10001100 0 1000101 1100 100101 100110111 110101 101001

Color Harmonies of #A0318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0318C

Black with #A0318C

Text Example


Text Example

White with #A0318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0318C; }

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

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

background-color css

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

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

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

border-color css

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

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

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