Html Css Color HEX #A3328C Medium Red Violet

📋 copy color: '#A3328C'

red 163 ◦ green 50 ◦ blue 140

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

Shades of Medium Red Violet #A3328C

Tints of Medium Red Violet #A3328C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.16%

 BLUE value IS 140 (55.08% from 255) = 39.66%

R = 46.18%
G = 14.16%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3328C (or 0xA3328C) is known color: Medium Red Violet. HEX triplet: A3, 32 and 8C. RGB value is (163,50,140). Sum of RGB (Red+Green+Blue) = 163+50+140=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A3328C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3328C is #5CCD73. Grayscale: #5D5D5D. Windows color (decimal): -6081908 or 9188003. OLE color: 9188003.

HSL color Cylindrical-coordinate representation of color #A3328C: hue angle of 312.21º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A3328C is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 50 140 -
CMYK 0 0.69 0.14 0.36
HSL 312.21º 0.53% 0.42% -
HSV(B) 312.21º 0.69% 0.64% -
XYZ 20.98 11.96 26.01 -
YUV 94.05 153.94 177.18 -
System Red Green Blue C M Y K H S L
Decimal 163 50 140 0 0.69 0.14 0.36 312.21 0.53 0.42
Hex A3 32 8C 0 45 E 24 138 35 2A
Octal 243 62 214 0 105 16 44 470 65 52
Binary 10100011 110010 10001100 0 1000101 1110 100100 100111000 110101 101010

Color Harmonies of #A3328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3328C

Black with #A3328C

Text Example


Text Example

White with #A3328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3328C; }

 p { color: rgb(163,50,140); }

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

background-color css

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

 a { background-color: rgb(163,50,140); }

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

border-color css

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

 span { border-color: rgb(163,50,140); }

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