Html Css Color HEX #A32494 Medium Red Violet

📋 copy color: '#A32494'

red 163 ◦ green 36 ◦ blue 148

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

Shades of Medium Red Violet #A32494

Tints of Medium Red Violet #A32494

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.37%

 BLUE value IS 148 (58.2% from 255) = 42.65%

R = 46.97%
G = 10.37%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A32494 (or 0xA32494) is known color: Medium Red Violet. HEX triplet: A3, 24 and 94. RGB value is (163,36,148). Sum of RGB (Red+Green+Blue) = 163+36+148=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A32494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32494 is #5CDB6B. Grayscale: #565656. Windows color (decimal): -6085484 or 9708707. OLE color: 9708707.

HSL color Cylindrical-coordinate representation of color #A32494: hue angle of 307.09º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A32494 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 36 148 -
CMYK 0 0.78 0.09 0.36
HSL 307.09º 0.64% 0.39% -
HSV(B) 307.09º 0.78% 0.64% -
XYZ 21.08 11.19 29.07 -
YUV 86.74 162.58 182.39 -
System Red Green Blue C M Y K H S L
Decimal 163 36 148 0 0.78 0.09 0.36 307.09 0.64 0.39
Hex A3 24 94 0 4E 9 24 133 40 27
Octal 243 44 224 0 116 11 44 463 100 47
Binary 10100011 100100 10010100 0 1001110 1001 100100 100110011 1000000 100111

Color Harmonies of #A32494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32494

Black with #A32494

Text Example


Text Example

White with #A32494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32494; }

 p { color: rgb(163,36,148); }

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

background-color css

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

 a { background-color: rgb(163,36,148); }

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

border-color css

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

 span { border-color: rgb(163,36,148); }

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