Html Css Color HEX #A32993 Medium Red Violet

📋 copy color: '#A32993'

red 163 ◦ green 41 ◦ blue 147

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

Shades of Medium Red Violet #A32993

Tints of Medium Red Violet #A32993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.88%

R = 46.44%
G = 11.68%
B = 41.88%

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

#A32993 (or 0xA32993) is known color: Medium Red Violet. HEX triplet: A3, 29 and 93. RGB value is (163,41,147). Sum of RGB (Red+Green+Blue) = 163+41+147=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A32993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32993 is #5CD66C. Grayscale: #595959. Windows color (decimal): -6084205 or 9644451. OLE color: 9644451.

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

Color convert

RGB 163 41 147 -
CMYK 0 0.75 0.10 0.36
HSL 307.87º 0.6% 0.4% -
HSV(B) 307.87º 0.75% 0.64% -
XYZ 21.16 11.48 28.7 -
YUV 89.56 160.42 180.38 -
System Red Green Blue C M Y K H S L
Decimal 163 41 147 0 0.75 0.10 0.36 307.87 0.6 0.4
Hex A3 29 93 0 4B A 24 134 3C 28
Octal 243 51 223 0 113 12 44 464 74 50
Binary 10100011 101001 10010011 0 1001011 1010 100100 100110100 111100 101000

Color Harmonies of #A32993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32993

Black with #A32993

Text Example


Text Example

White with #A32993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32993; }

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

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

background-color css

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

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

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

border-color css

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

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

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