Html Css Color HEX #A3327A Medium Red Violet

📋 copy color: '#A3327A'

red 163 ◦ green 50 ◦ blue 122

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

Shades of Medium Red Violet #A3327A

Tints of Medium Red Violet #A3327A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.42%

R = 48.66%
G = 14.93%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3327A (or 0xA3327A) is known color: Medium Red Violet. HEX triplet: A3, 32 and 7A. RGB value is (163,50,122). Sum of RGB (Red+Green+Blue) = 163+50+122=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A3327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3327A is #5CCD85. Grayscale: #5B5B5B. Windows color (decimal): -6081926 or 8008355. OLE color: 8008355.

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

Color convert

RGB 163 50 122 -
CMYK 0 0.69 0.25 0.36
HSL 321.77º 0.53% 0.42% -
HSV(B) 321.77º 0.69% 0.64% -
XYZ 19.76 11.47 19.59 -
YUV 92 144.94 178.65 -
System Red Green Blue C M Y K H S L
Decimal 163 50 122 0 0.69 0.25 0.36 321.77 0.53 0.42
Hex A3 32 7A 0 45 19 24 142 35 2A
Octal 243 62 172 0 105 31 44 502 65 52
Binary 10100011 110010 1111010 0 1000101 11001 100100 101000010 110101 101010

Color Harmonies of #A3327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3327A

Black with #A3327A

Text Example


Text Example

White with #A3327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3327A; }

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

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

background-color css

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

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

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

border-color css

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

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

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