Html Css Color HEX #A4328F Medium Red Violet

📋 copy color: '#A4328F'

red 164 ◦ green 50 ◦ blue 143

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

Shades of Medium Red Violet #A4328F

Tints of Medium Red Violet #A4328F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.06%

R = 45.94%
G = 14.01%
B = 40.06%

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

#A4328F (or 0xA4328F) is known color: Medium Red Violet. HEX triplet: A4, 32 and 8F. RGB value is (164,50,143). Sum of RGB (Red+Green+Blue) = 164+50+143=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A4328F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4328F is #5BCD70. Grayscale: #5E5E5E. Windows color (decimal): -6016369 or 9384612. OLE color: 9384612.

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

Color convert

RGB 164 50 143 -
CMYK 0 0.70 0.13 0.36
HSL 311.05º 0.53% 0.42% -
HSV(B) 311.05º 0.7% 0.64% -
XYZ 21.41 12.16 27.2 -
YUV 94.69 155.27 177.44 -
System Red Green Blue C M Y K H S L
Decimal 164 50 143 0 0.70 0.13 0.36 311.05 0.53 0.42
Hex A4 32 8F 0 46 D 24 137 35 2A
Octal 244 62 217 0 106 15 44 467 65 52
Binary 10100100 110010 10001111 0 1000110 1101 100100 100110111 110101 101010

Color Harmonies of #A4328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4328F

Black with #A4328F

Text Example


Text Example

White with #A4328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4328F; }

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

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

background-color css

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

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

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

border-color css

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

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

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