Html Css Color HEX #A32879 Medium Red Violet

📋 copy color: '#A32879'

red 163 ◦ green 40 ◦ blue 121

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

Shades of Medium Red Violet #A32879

Tints of Medium Red Violet #A32879

RGB

 RED value IS 163 (64.06% from 255) = 50.31%

 GREEN value IS 40 (16.02% from 255) = 12.35%

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

R = 50.31%
G = 12.35%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A32879 (or 0xA32879) is known color: Medium Red Violet. HEX triplet: A3, 28 and 79. RGB value is (163,40,121). Sum of RGB (Red+Green+Blue) = 163+40+121=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A32879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32879 is #5CD786. Grayscale: #555555. Windows color (decimal): -6084487 or 7940259. OLE color: 7940259.

HSL color Cylindrical-coordinate representation of color #A32879: hue angle of 320.49º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32879 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 40 121 -
CMYK 0 0.75 0.26 0.36
HSL 320.49º 0.61% 0.4% -
HSV(B) 320.49º 0.75% 0.64% -
XYZ 19.31 10.68 19.13 -
YUV 86.01 147.75 182.91 -
System Red Green Blue C M Y K H S L
Decimal 163 40 121 0 0.75 0.26 0.36 320.49 0.61 0.4
Hex A3 28 79 0 4B 1A 24 140 3D 28
Octal 243 50 171 0 113 32 44 500 75 50
Binary 10100011 101000 1111001 0 1001011 11010 100100 101000000 111101 101000

Color Harmonies of #A32879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32879

Black with #A32879

Text Example


Text Example

White with #A32879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32879; }

 p { color: rgb(163,40,121); }

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

background-color css

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

 a { background-color: rgb(163,40,121); }

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

border-color css

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

 span { border-color: rgb(163,40,121); }

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