Html Css Color HEX #A43279 Medium Red Violet

📋 copy color: '#A43279'

red 164 ◦ green 50 ◦ blue 121

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

Shades of Medium Red Violet #A43279

Tints of Medium Red Violet #A43279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.12%

R = 48.96%
G = 14.93%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A43279 (or 0xA43279) is known color: Medium Red Violet. HEX triplet: A4, 32 and 79. RGB value is (164,50,121). Sum of RGB (Red+Green+Blue) = 164+50+121=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A43279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43279 is #5BCD86. Grayscale: #5C5C5C. Windows color (decimal): -6016391 or 7942820. OLE color: 7942820.

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

Color convert

RGB 164 50 121 -
CMYK 0 0.70 0.26 0.36
HSL 322.63º 0.53% 0.42% -
HSV(B) 322.63º 0.7% 0.64% -
XYZ 19.9 11.55 19.27 -
YUV 92.18 144.27 179.23 -
System Red Green Blue C M Y K H S L
Decimal 164 50 121 0 0.70 0.26 0.36 322.63 0.53 0.42
Hex A4 32 79 0 46 1A 24 143 35 2A
Octal 244 62 171 0 106 32 44 503 65 52
Binary 10100100 110010 1111001 0 1000110 11010 100100 101000011 110101 101010

Color Harmonies of #A43279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43279

Black with #A43279

Text Example


Text Example

White with #A43279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43279; }

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

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

background-color css

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

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

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

border-color css

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

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

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