Html Css Color HEX #A8379A Medium Red Violet

📋 copy color: '#A8379A'

red 168 ◦ green 55 ◦ blue 154

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

Shades of Medium Red Violet #A8379A

Tints of Medium Red Violet #A8379A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.85%

R = 44.56%
G = 14.59%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A8379A (or 0xA8379A) is known color: Medium Red Violet. HEX triplet: A8, 37 and 9A. RGB value is (168,55,154). Sum of RGB (Red+Green+Blue) = 168+55+154=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A8379A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8379A is #57C865. Grayscale: #636363. Windows color (decimal): -5752934 or 10106792. OLE color: 10106792.

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

Color convert

RGB 168 55 154 -
CMYK 0 0.67 0.08 0.34
HSL 307.43º 0.51% 0.44% -
HSV(B) 307.43º 0.67% 0.66% -
XYZ 23.35 13.39 31.93 -
YUV 100.07 158.44 176.45 -
System Red Green Blue C M Y K H S L
Decimal 168 55 154 0 0.67 0.08 0.34 307.43 0.51 0.44
Hex A8 37 9A 0 43 8 22 133 33 2C
Octal 250 67 232 0 103 10 42 463 63 54
Binary 10101000 110111 10011010 0 1000011 1000 100010 100110011 110011 101100

Color Harmonies of #A8379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8379A

Black with #A8379A

Text Example


Text Example

White with #A8379A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8379A; }

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

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

background-color css

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

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

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

border-color css

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

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

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