Html Css Color HEX #A32884 Medium Red Violet

📋 copy color: '#A32884'

red 163 ◦ green 40 ◦ blue 132

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

Shades of Medium Red Violet #A32884

Tints of Medium Red Violet #A32884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.4%

R = 48.66%
G = 11.94%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A32884 (or 0xA32884) is known color: Medium Red Violet. HEX triplet: A3, 28 and 84. RGB value is (163,40,132). Sum of RGB (Red+Green+Blue) = 163+40+132=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A32884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32884 is #5CD77B. Grayscale: #575757. Windows color (decimal): -6084476 or 8661155. OLE color: 8661155.

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

Color convert

RGB 163 40 132 -
CMYK 0 0.75 0.19 0.36
HSL 315.12º 0.61% 0.4% -
HSV(B) 315.12º 0.75% 0.64% -
XYZ 20.03 10.97 22.89 -
YUV 87.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 163 40 132 0 0.75 0.19 0.36 315.12 0.61 0.4
Hex A3 28 84 0 4B 13 24 13B 3D 28
Octal 243 50 204 0 113 23 44 473 75 50
Binary 10100011 101000 10000100 0 1001011 10011 100100 100111011 111101 101000

Color Harmonies of #A32884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32884

Black with #A32884

Text Example


Text Example

White with #A32884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32884; }

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

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

background-color css

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

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

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

border-color css

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

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

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