Html Css Color HEX #A32995 Medium Red Violet

📋 copy color: '#A32995'

red 163 ◦ green 41 ◦ blue 149

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

Shades of Medium Red Violet #A32995

Tints of Medium Red Violet #A32995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.61%

 BLUE value IS 149 (58.59% from 255) = 42.21%

R = 46.18%
G = 11.61%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A32995 (or 0xA32995) is known color: Medium Red Violet. HEX triplet: A3, 29 and 95. RGB value is (163,41,149). Sum of RGB (Red+Green+Blue) = 163+41+149=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A32995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32995 is #5CD66A. Grayscale: #595959. Windows color (decimal): -6084203 or 9775523. OLE color: 9775523.

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

Color convert

RGB 163 41 149 -
CMYK 0 0.75 0.09 0.36
HSL 306.89º 0.6% 0.4% -
HSV(B) 306.89º 0.75% 0.64% -
XYZ 21.32 11.54 29.54 -
YUV 89.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 163 41 149 0 0.75 0.09 0.36 306.89 0.6 0.4
Hex A3 29 95 0 4B 9 24 133 3C 28
Octal 243 51 225 0 113 11 44 463 74 50
Binary 10100011 101001 10010101 0 1001011 1001 100100 100110011 111100 101000

Color Harmonies of #A32995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32995

Black with #A32995

Text Example


Text Example

White with #A32995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32995; }

 p { color: rgb(163,41,149); }

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

background-color css

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

 a { background-color: rgb(163,41,149); }

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

border-color css

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

 span { border-color: rgb(163,41,149); }

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