#A3368E

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

Shades of Medium Red Violet #A3368E

Tints of Medium Red Violet #A3368E

Color information

#A3368E (or 0xA3368E) is unknown color: approx Medium Red Violet. HEX triplet: A3, 36 and 8E. RGB value is (163,54,142). Sum of RGB (Red+Green+Blue) = 163+54+142=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A3368E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3368E is #5CC971. Grayscale: #606060. Windows color (decimal): -6080882 or 9320099. OLE color: 9320099.

HSL color Cylindrical-coordinate representation of color #A3368E: hue angle of 311.56º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3368E is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16354142-
CMYK00.670.130.36
HSL311.56º50.23%42.55%-
HSV(B)311.56º66.87%63.92%-
XYZ21.3112.3826.86-
YUV96.62153.61175.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.40%
GREEN value IS 54 (21.48% from 255) = 15.04%
BLUE value IS 142 (55.86% from 255) = 39.55%
R=45.40%
G=15.04%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635414200.670.130.36311.5650.2342.55
HexA3368E043D24138322b
Octal24366216010315444706253
Binary1010001111011010001110010000111101100100100111000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3368E; }

 p { color: rgb(163,54,142); }

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

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

 a { background-color: rgb(163,54,142); }

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

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

 span { border-color: rgb(163,54,142); }

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