Html Css Color HEX #A0318D Medium Red Violet

📋 copy color: '#A0318D'

red 160 ◦ green 49 ◦ blue 141

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

Shades of Medium Red Violet #A0318D

Tints of Medium Red Violet #A0318D

RGB

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

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

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

R = 45.71%
G = 14%
B = 40.29%

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

#A0318D (or 0xA0318D) is known color: Medium Red Violet. HEX triplet: A0, 31 and 8D. RGB value is (160,49,141). Sum of RGB (Red+Green+Blue) = 160+49+141=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A0318D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0318D is #5FCE72. Grayscale: #5C5C5C. Windows color (decimal): -6278771 or 9253280. OLE color: 9253280.

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

Color convert

RGB 160 49 141 -
CMYK 0 0.69 0.12 0.37
HSL 310.27º 0.53% 0.41% -
HSV(B) 310.27º 0.69% 0.63% -
XYZ 20.4 11.59 26.36 -
YUV 92.68 155.27 176.02 -
System Red Green Blue C M Y K H S L
Decimal 160 49 141 0 0.69 0.12 0.37 310.27 0.53 0.41
Hex A0 31 8D 0 45 C 25 136 35 29
Octal 240 61 215 0 105 14 45 466 65 51
Binary 10100000 110001 10001101 0 1000101 1100 100101 100110110 110101 101001

Color Harmonies of #A0318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0318D

Black with #A0318D

Text Example


Text Example

White with #A0318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0318D; }

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

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

background-color css

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

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

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

border-color css

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

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

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