Html Css Color HEX #A3328F Medium Red Violet

📋 copy color: '#A3328F'

red 163 ◦ green 50 ◦ blue 143

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

Shades of Medium Red Violet #A3328F

Tints of Medium Red Violet #A3328F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.17%

R = 45.79%
G = 14.04%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A3328F (or 0xA3328F) is known color: Medium Red Violet. HEX triplet: A3, 32 and 8F. RGB value is (163,50,143). Sum of RGB (Red+Green+Blue) = 163+50+143=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3328F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3328F is #5CCD70. Grayscale: #5E5E5E. Windows color (decimal): -6081905 or 9384611. OLE color: 9384611.

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

Color convert

RGB 163 50 143 -
CMYK 0 0.69 0.12 0.36
HSL 310.62º 0.53% 0.42% -
HSV(B) 310.62º 0.69% 0.64% -
XYZ 21.2 12.05 27.2 -
YUV 94.39 155.44 176.94 -
System Red Green Blue C M Y K H S L
Decimal 163 50 143 0 0.69 0.12 0.36 310.62 0.53 0.42
Hex A3 32 8F 0 45 C 24 137 35 2A
Octal 243 62 217 0 105 14 44 467 65 52
Binary 10100011 110010 10001111 0 1000101 1100 100100 100110111 110101 101010

Color Harmonies of #A3328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3328F

Black with #A3328F

Text Example


Text Example

White with #A3328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3328F; }

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

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

background-color css

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

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

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

border-color css

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

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

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