Html Css Color HEX #A0318F Medium Red Violet

📋 copy color: '#A0318F'

red 160 ◦ green 49 ◦ blue 143

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

Shades of Medium Red Violet #A0318F

Tints of Medium Red Violet #A0318F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.63%

R = 45.45%
G = 13.92%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0318F (or 0xA0318F) is known color: Medium Red Violet. HEX triplet: A0, 31 and 8F. RGB value is (160,49,143). Sum of RGB (Red+Green+Blue) = 160+49+143=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A0318F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0318F is #5FCE70. Grayscale: #5C5C5C. Windows color (decimal): -6278769 or 9384352. OLE color: 9384352.

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

Color convert

RGB 160 49 143 -
CMYK 0 0.69 0.11 0.37
HSL 309.19º 0.53% 0.41% -
HSV(B) 309.19º 0.69% 0.63% -
XYZ 20.55 11.65 27.15 -
YUV 92.91 156.27 175.86 -
System Red Green Blue C M Y K H S L
Decimal 160 49 143 0 0.69 0.11 0.37 309.19 0.53 0.41
Hex A0 31 8F 0 45 B 25 135 35 29
Octal 240 61 217 0 105 13 45 465 65 51
Binary 10100000 110001 10001111 0 1000101 1011 100101 100110101 110101 101001

Color Harmonies of #A0318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0318F

Black with #A0318F

Text Example


Text Example

White with #A0318F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0318F; }

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

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

background-color css

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

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

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

border-color css

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

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

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