Html Css Color HEX #A32992 Medium Red Violet

📋 copy color: '#A32992'

red 163 ◦ green 41 ◦ blue 146

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

Shades of Medium Red Violet #A32992

Tints of Medium Red Violet #A32992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.71%

R = 46.57%
G = 11.71%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A32992 (or 0xA32992) is known color: Medium Red Violet. HEX triplet: A3, 29 and 92. RGB value is (163,41,146). Sum of RGB (Red+Green+Blue) = 163+41+146=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A32992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32992 is #5CD66D. Grayscale: #595959. Windows color (decimal): -6084206 or 9578915. OLE color: 9578915.

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

Color convert

RGB 163 41 146 -
CMYK 0 0.75 0.10 0.36
HSL 308.36º 0.6% 0.4% -
HSV(B) 308.36º 0.75% 0.64% -
XYZ 21.09 11.45 28.29 -
YUV 89.45 159.92 180.46 -
System Red Green Blue C M Y K H S L
Decimal 163 41 146 0 0.75 0.10 0.36 308.36 0.6 0.4
Hex A3 29 92 0 4B A 24 134 3C 28
Octal 243 51 222 0 113 12 44 464 74 50
Binary 10100011 101001 10010010 0 1001011 1010 100100 100110100 111100 101000

Color Harmonies of #A32992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32992

Black with #A32992

Text Example


Text Example

White with #A32992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32992; }

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

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

background-color css

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

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

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

border-color css

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

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

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