#A3297B

Color #A3297B Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A3297B

Tints of Medium Red Violet #A3297B

Color information

#A3297B (or 0xA3297B) is unknown color: approx Medium Red Violet. HEX triplet: A3, 29 and 7B. RGB value is (163,41,123). Sum of RGB (Red+Green+Blue) = 163+41+123=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A3297B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3297B is #5CD684. Grayscale: #565656. Windows color (decimal): -6084229 or 8071587. OLE color: 8071587.

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

Color convert

RGB16341123-
CMYK00.750.250.36
HSL319.67º59.8%40%-
HSV(B)319.67º74.85%63.92%-
XYZ19.4710.819.8-
YUV86.83148.42182.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.85%
GREEN value IS 41 (16.41% from 255) = 12.54%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=49.85%
G=12.54%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634112300.750.250.36319.6759.840
HexA3297B04B19241403c28
Octal24351173011331445007450
Binary1010001110100111110110100101111001100100101000000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3297B; }

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

 H1.HeaderClassName
 {
   color: #A3297B;
 }
 .AnyTagClassName
 {
   color: #A3297B;
 }
</style>
background-color css

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

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

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

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

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

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