Html Css Color HEX #A8329C Medium Red Violet

📋 copy color: '#A8329C'

red 168 ◦ green 50 ◦ blue 156

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

Shades of Medium Red Violet #A8329C

Tints of Medium Red Violet #A8329C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.37%

 BLUE value IS 156 (61.33% from 255) = 41.71%

R = 44.92%
G = 13.37%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A8329C (or 0xA8329C) is known color: Medium Red Violet. HEX triplet: A8, 32 and 9C. RGB value is (168,50,156). Sum of RGB (Red+Green+Blue) = 168+50+156=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A8329C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8329C is #57CD63. Grayscale: #616161. Windows color (decimal): -5754212 or 10236584. OLE color: 10236584.

HSL color Cylindrical-coordinate representation of color #A8329C: hue angle of 306.1º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8329C is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 50 156 -
CMYK 0 0.70 0.07 0.34
HSL 306.1º 0.54% 0.43% -
HSV(B) 306.1º 0.7% 0.66% -
XYZ 23.29 13.01 32.74 -
YUV 97.37 161.09 178.38 -
System Red Green Blue C M Y K H S L
Decimal 168 50 156 0 0.70 0.07 0.34 306.1 0.54 0.43
Hex A8 32 9C 0 46 7 22 132 36 2B
Octal 250 62 234 0 106 7 42 462 66 53
Binary 10101000 110010 10011100 0 1000110 111 100010 100110010 110110 101011

Color Harmonies of #A8329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8329C

Black with #A8329C

Text Example


Text Example

White with #A8329C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8329C; }

 p { color: rgb(168,50,156); }

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

background-color css

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

 a { background-color: rgb(168,50,156); }

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

border-color css

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

 span { border-color: rgb(168,50,156); }

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