Html Css Color HEX #A32999 Medium Red Violet

📋 copy color: '#A32999'

red 163 ◦ green 41 ◦ blue 153

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

Shades of Medium Red Violet #A32999

Tints of Medium Red Violet #A32999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.86%

R = 45.66%
G = 11.48%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A32999 (or 0xA32999) is known color: Medium Red Violet. HEX triplet: A3, 29 and 99. RGB value is (163,41,153). Sum of RGB (Red+Green+Blue) = 163+41+153=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A32999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32999 is #5CD666. Grayscale: #595959. Windows color (decimal): -6084199 or 10037667. OLE color: 10037667.

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

Color convert

RGB 163 41 153 -
CMYK 0 0.75 0.06 0.36
HSL 304.92º 0.6% 0.4% -
HSV(B) 304.92º 0.75% 0.64% -
XYZ 21.65 11.67 31.25 -
YUV 90.25 163.42 179.89 -
System Red Green Blue C M Y K H S L
Decimal 163 41 153 0 0.75 0.06 0.36 304.92 0.6 0.4
Hex A3 29 99 0 4B 6 24 131 3C 28
Octal 243 51 231 0 113 6 44 461 74 50
Binary 10100011 101001 10011001 0 1001011 110 100100 100110001 111100 101000

Color Harmonies of #A32999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32999

Black with #A32999

Text Example


Text Example

White with #A32999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32999; }

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

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

background-color css

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

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

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

border-color css

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

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

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