Html Css Color HEX #A3328A Medium Red Violet

📋 copy color: '#A3328A'

red 163 ◦ green 50 ◦ blue 138

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

Shades of Medium Red Violet #A3328A

Tints of Medium Red Violet #A3328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.32%

R = 46.44%
G = 14.25%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3328A (or 0xA3328A) is known color: Medium Red Violet. HEX triplet: A3, 32 and 8A. RGB value is (163,50,138). Sum of RGB (Red+Green+Blue) = 163+50+138=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A3328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3328A is #5CCD75. Grayscale: #5D5D5D. Windows color (decimal): -6081910 or 9056931. OLE color: 9056931.

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

Color convert

RGB 163 50 138 -
CMYK 0 0.69 0.15 0.36
HSL 313.27º 0.53% 0.42% -
HSV(B) 313.27º 0.69% 0.64% -
XYZ 20.83 11.9 25.24 -
YUV 93.82 152.94 177.34 -
System Red Green Blue C M Y K H S L
Decimal 163 50 138 0 0.69 0.15 0.36 313.27 0.53 0.42
Hex A3 32 8A 0 45 F 24 139 35 2A
Octal 243 62 212 0 105 17 44 471 65 52
Binary 10100011 110010 10001010 0 1000101 1111 100100 100111001 110101 101010

Color Harmonies of #A3328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3328A

Black with #A3328A

Text Example


Text Example

White with #A3328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3328A; }

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

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

background-color css

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

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

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

border-color css

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

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

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