#A3367B

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

Shades of Medium Red Violet #A3367B

Tints of Medium Red Violet #A3367B

Color information

#A3367B (or 0xA3367B) is unknown color: approx Medium Red Violet. HEX triplet: A3, 36 and 7B. RGB value is (163,54,123). Sum of RGB (Red+Green+Blue) = 163+54+123=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A3367B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3367B is #5CC984. Grayscale: #5E5E5E. Windows color (decimal): -6080901 or 8074915. OLE color: 8074915.

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

Color convert

RGB16354123-
CMYK00.670.250.36
HSL322.02º50.23%42.55%-
HSV(B)322.02º66.87%63.92%-
XYZ2011.8519.97-
YUV94.46144.11176.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 54 (21.48% from 255) = 15.88%
BLUE value IS 123 (48.44% from 255) = 36.18%
R=47.94%
G=15.88%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635412300.670.250.36322.0250.2342.55
HexA3367B0431924142322b
Octal24366173010331445026253
Binary1010001111011011110110100001111001100100101000010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3367B; }

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

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

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

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

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

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

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

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