Html Css Color HEX #A8318E Medium Red Violet

📋 copy color: '#A8318E'

red 168 ◦ green 49 ◦ blue 142

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

Shades of Medium Red Violet #A8318E

Tints of Medium Red Violet #A8318E

RGB

 RED value IS 168 (66.02% from 255) = 46.8%

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

 BLUE value IS 142 (55.86% from 255) = 39.55%

R = 46.8%
G = 13.65%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8318E (or 0xA8318E) is known color: Medium Red Violet. HEX triplet: A8, 31 and 8E. RGB value is (168,49,142). Sum of RGB (Red+Green+Blue) = 168+49+142=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A8318E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8318E is #57CE71. Grayscale: #5E5E5E. Windows color (decimal): -5754482 or 9318824. OLE color: 9318824.

HSL color Cylindrical-coordinate representation of color #A8318E: hue angle of 313.11º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8318E is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 49 142 -
CMYK 0 0.71 0.15 0.34
HSL 313.11º 0.55% 0.43% -
HSV(B) 313.11º 0.71% 0.66% -
XYZ 22.13 12.47 26.83 -
YUV 95.18 154.42 179.94 -
System Red Green Blue C M Y K H S L
Decimal 168 49 142 0 0.71 0.15 0.34 313.11 0.55 0.43
Hex A8 31 8E 0 47 F 22 139 37 2B
Octal 250 61 216 0 107 17 42 471 67 53
Binary 10101000 110001 10001110 0 1000111 1111 100010 100111001 110111 101011

Color Harmonies of #A8318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8318E

Black with #A8318E

Text Example


Text Example

White with #A8318E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8318E; }

 p { color: rgb(168,49,142); }

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

background-color css

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

 a { background-color: rgb(168,49,142); }

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

border-color css

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

 span { border-color: rgb(168,49,142); }

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