#A3367C

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

Shades of Medium Red Violet #A3367C

Tints of Medium Red Violet #A3367C

Color information

#A3367C (or 0xA3367C) is unknown color: approx Medium Red Violet. HEX triplet: A3, 36 and 7C. RGB value is (163,54,124). Sum of RGB (Red+Green+Blue) = 163+54+124=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A3367C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3367C is #5CC983. Grayscale: #5E5E5E. Windows color (decimal): -6080900 or 8140451. OLE color: 8140451.

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

Color convert

RGB16354124-
CMYK00.670.240.36
HSL321.47º50.23%42.55%-
HSV(B)321.47º66.87%63.92%-
XYZ20.0611.8820.3-
YUV94.57144.61176.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.80%
GREEN value IS 54 (21.48% from 255) = 15.84%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=47.80%
G=15.84%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635412400.670.240.36321.4750.2342.55
HexA3367C0431824141322b
Octal24366174010330445016253
Binary1010001111011011111000100001111000100100101000001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3367C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3367C; }

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

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

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

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

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

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

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

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