Html Css Color HEX #A4329C Medium Red Violet

📋 copy color: '#A4329C'

red 164 ◦ green 50 ◦ blue 156

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

Shades of Medium Red Violet #A4329C

Tints of Medium Red Violet #A4329C

RGB

 RED value IS 164 (64.45% from 255) = 44.32%

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

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

R = 44.32%
G = 13.51%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4329C (or 0xA4329C) is known color: Medium Red Violet. HEX triplet: A4, 32 and 9C. RGB value is (164,50,156). Sum of RGB (Red+Green+Blue) = 164+50+156=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A4329C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4329C is #5BCD63. Grayscale: #5F5F5F. Windows color (decimal): -6016356 or 10236580. OLE color: 10236580.

HSL color Cylindrical-coordinate representation of color #A4329C: hue angle of 304.21º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A4329C is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 50 156 -
CMYK 0 0.70 0.05 0.36
HSL 304.21º 0.53% 0.42% -
HSV(B) 304.21º 0.7% 0.64% -
XYZ 22.45 12.57 32.7 -
YUV 96.17 161.77 176.38 -
System Red Green Blue C M Y K H S L
Decimal 164 50 156 0 0.70 0.05 0.36 304.21 0.53 0.42
Hex A4 32 9C 0 46 5 24 130 35 2A
Octal 244 62 234 0 106 5 44 460 65 52
Binary 10100100 110010 10011100 0 1000110 101 100100 100110000 110101 101010

Color Harmonies of #A4329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4329C

Black with #A4329C

Text Example


Text Example

White with #A4329C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4329C; }

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

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

background-color css

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

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

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

border-color css

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

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

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