Html Css Color HEX #A32895 Medium Red Violet

📋 copy color: '#A32895'

red 163 ◦ green 40 ◦ blue 149

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

Shades of Medium Red Violet #A32895

Tints of Medium Red Violet #A32895

RGB

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

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

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

R = 46.31%
G = 11.36%
B = 42.33%

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

#A32895 (or 0xA32895) is known color: Medium Red Violet. HEX triplet: A3, 28 and 95. RGB value is (163,40,149). Sum of RGB (Red+Green+Blue) = 163+40+149=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A32895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32895 is #5CD76A. Grayscale: #585858. Windows color (decimal): -6084459 or 9775267. OLE color: 9775267.

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

Color convert

RGB 163 40 149 -
CMYK 0 0.75 0.09 0.36
HSL 306.83º 0.61% 0.4% -
HSV(B) 306.83º 0.75% 0.64% -
XYZ 21.29 11.47 29.53 -
YUV 89.2 161.75 180.64 -
System Red Green Blue C M Y K H S L
Decimal 163 40 149 0 0.75 0.09 0.36 306.83 0.61 0.4
Hex A3 28 95 0 4B 9 24 133 3D 28
Octal 243 50 225 0 113 11 44 463 75 50
Binary 10100011 101000 10010101 0 1001011 1001 100100 100110011 111101 101000

Color Harmonies of #A32895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32895

Black with #A32895

Text Example


Text Example

White with #A32895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32895; }

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

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

background-color css

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

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

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

border-color css

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

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

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