Html Css Color HEX #A32899 Medium Red Violet

📋 copy color: '#A32899'

red 163 ◦ green 40 ◦ blue 153

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

Shades of Medium Red Violet #A32899

Tints of Medium Red Violet #A32899

RGB

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

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

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

R = 45.79%
G = 11.24%
B = 42.98%

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

#A32899 (or 0xA32899) is known color: Medium Red Violet. HEX triplet: A3, 28 and 99. RGB value is (163,40,153). Sum of RGB (Red+Green+Blue) = 163+40+153=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A32899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32899 is #5CD766. Grayscale: #595959. Windows color (decimal): -6084455 or 10037411. OLE color: 10037411.

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

Color convert

RGB 163 40 153 -
CMYK 0 0.75 0.06 0.36
HSL 304.88º 0.61% 0.4% -
HSV(B) 304.88º 0.75% 0.64% -
XYZ 21.61 11.6 31.24 -
YUV 89.66 163.75 180.31 -
System Red Green Blue C M Y K H S L
Decimal 163 40 153 0 0.75 0.06 0.36 304.88 0.61 0.4
Hex A3 28 99 0 4B 6 24 131 3D 28
Octal 243 50 231 0 113 6 44 461 75 50
Binary 10100011 101000 10011001 0 1001011 110 100100 100110001 111101 101000

Color Harmonies of #A32899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32899

Black with #A32899

Text Example


Text Example

White with #A32899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32899; }

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

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

background-color css

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

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

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

border-color css

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

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

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