Html Css Color HEX #A8379E Medium Red Violet

📋 copy color: '#A8379E'

red 168 ◦ green 55 ◦ blue 158

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

Shades of Medium Red Violet #A8379E

Tints of Medium Red Violet #A8379E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.44%

 BLUE value IS 158 (62.11% from 255) = 41.47%

R = 44.09%
G = 14.44%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A8379E (or 0xA8379E) is known color: Medium Red Violet. HEX triplet: A8, 37 and 9E. RGB value is (168,55,158). Sum of RGB (Red+Green+Blue) = 168+55+158=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A8379E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8379E is #57C861. Grayscale: #646464. Windows color (decimal): -5752930 or 10368936. OLE color: 10368936.

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

Color convert

RGB 168 55 158 -
CMYK 0 0.67 0.06 0.34
HSL 305.31º 0.51% 0.44% -
HSV(B) 305.31º 0.67% 0.66% -
XYZ 23.69 13.53 33.71 -
YUV 100.53 160.44 176.12 -
System Red Green Blue C M Y K H S L
Decimal 168 55 158 0 0.67 0.06 0.34 305.31 0.51 0.44
Hex A8 37 9E 0 43 6 22 131 33 2C
Octal 250 67 236 0 103 6 42 461 63 54
Binary 10101000 110111 10011110 0 1000011 110 100010 100110001 110011 101100

Color Harmonies of #A8379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8379E

Black with #A8379E

Text Example


Text Example

White with #A8379E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8379E; }

 p { color: rgb(168,55,158); }

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

background-color css

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

 a { background-color: rgb(168,55,158); }

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

border-color css

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

 span { border-color: rgb(168,55,158); }

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