Html Css Color HEX #A8398E Medium Red Violet

📋 copy color: '#A8398E'

red 168 ◦ green 57 ◦ blue 142

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

Shades of Medium Red Violet #A8398E

Tints of Medium Red Violet #A8398E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.53%

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

R = 45.78%
G = 15.53%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8398E (or 0xA8398E) is known color: Medium Red Violet. HEX triplet: A8, 39 and 8E. RGB value is (168,57,142). Sum of RGB (Red+Green+Blue) = 168+57+142=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A8398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8398E is #57C671. Grayscale: #636363. Windows color (decimal): -5752434 or 9320872. OLE color: 9320872.

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

Color convert

RGB 168 57 142 -
CMYK 0 0.66 0.15 0.34
HSL 314.05º 0.49% 0.44% -
HSV(B) 314.05º 0.66% 0.66% -
XYZ 22.49 13.2 26.95 -
YUV 99.88 151.77 176.59 -
System Red Green Blue C M Y K H S L
Decimal 168 57 142 0 0.66 0.15 0.34 314.05 0.49 0.44
Hex A8 39 8E 0 42 F 22 13A 31 2C
Octal 250 71 216 0 102 17 42 472 61 54
Binary 10101000 111001 10001110 0 1000010 1111 100010 100111010 110001 101100

Color Harmonies of #A8398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8398E

Black with #A8398E

Text Example


Text Example

White with #A8398E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8398E; }

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

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

background-color css

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

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

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

border-color css

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

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

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