Html Css Color HEX #A4328E Medium Red Violet

📋 copy color: '#A4328E'

red 164 ◦ green 50 ◦ blue 142

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

Shades of Medium Red Violet #A4328E

Tints of Medium Red Violet #A4328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.89%

R = 46.07%
G = 14.04%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4328E (or 0xA4328E) is known color: Medium Red Violet. HEX triplet: A4, 32 and 8E. RGB value is (164,50,142). Sum of RGB (Red+Green+Blue) = 164+50+142=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A4328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4328E is #5BCD71. Grayscale: #5E5E5E. Windows color (decimal): -6016370 or 9319076. OLE color: 9319076.

HSL color Cylindrical-coordinate representation of color #A4328E: hue angle of 311.58º 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 #A4328E is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 50 142 -
CMYK 0 0.70 0.13 0.36
HSL 311.58º 0.53% 0.42% -
HSV(B) 311.58º 0.7% 0.64% -
XYZ 21.33 12.13 26.81 -
YUV 94.57 154.77 177.52 -
System Red Green Blue C M Y K H S L
Decimal 164 50 142 0 0.70 0.13 0.36 311.58 0.53 0.42
Hex A4 32 8E 0 46 D 24 138 35 2A
Octal 244 62 216 0 106 15 44 470 65 52
Binary 10100100 110010 10001110 0 1000110 1101 100100 100111000 110101 101010

Color Harmonies of #A4328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4328E

Black with #A4328E

Text Example


Text Example

White with #A4328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4328E; }

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

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

background-color css

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

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

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

border-color css

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

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

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