Html Css Color HEX #A8397E Medium Red Violet

📋 copy color: '#A8397E'

red 168 ◦ green 57 ◦ blue 126

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

Shades of Medium Red Violet #A8397E

Tints of Medium Red Violet #A8397E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.9%

R = 47.86%
G = 16.24%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A8397E (or 0xA8397E) is known color: Medium Red Violet. HEX triplet: A8, 39 and 7E. RGB value is (168,57,126). Sum of RGB (Red+Green+Blue) = 168+57+126=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A8397E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8397E is #57C681. Grayscale: #616161. Windows color (decimal): -5752450 or 8272296. OLE color: 8272296.

HSL color Cylindrical-coordinate representation of color #A8397E: hue angle of 322.7º 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 #A8397E is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 57 126 -
CMYK 0 0.66 0.25 0.34
HSL 322.7º 0.49% 0.44% -
HSV(B) 322.7º 0.66% 0.66% -
XYZ 21.38 12.76 21.07 -
YUV 98.06 143.77 177.89 -
System Red Green Blue C M Y K H S L
Decimal 168 57 126 0 0.66 0.25 0.34 322.7 0.49 0.44
Hex A8 39 7E 0 42 19 22 143 31 2C
Octal 250 71 176 0 102 31 42 503 61 54
Binary 10101000 111001 1111110 0 1000010 11001 100010 101000011 110001 101100

Color Harmonies of #A8397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8397E

Black with #A8397E

Text Example


Text Example

White with #A8397E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8397E; }

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

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

background-color css

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

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

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

border-color css

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

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

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