#A6367D

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

Shades of Medium Red Violet #A6367D

Tints of Medium Red Violet #A6367D

Color information

#A6367D (or 0xA6367D) is unknown color: approx Medium Red Violet. HEX triplet: A6, 36 and 7D. RGB value is (166,54,125). Sum of RGB (Red+Green+Blue) = 166+54+125=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A6367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6367D is #59C982. Grayscale: #5F5F5F. Windows color (decimal): -5884291 or 8205990. OLE color: 8205990.

HSL color Cylindrical-coordinate representation of color #A6367D: hue angle of 321.96º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6367D is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16654125-
CMYK00.670.250.35
HSL321.96º50.91%43.14%-
HSV(B)321.96º67.47%65.1%-
XYZ20.7512.2320.67-
YUV95.58144.61178.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 54 (21.48% from 255) = 15.65%
BLUE value IS 125 (49.22% from 255) = 36.23%
R=48.12%
G=15.65%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665412500.670.250.35321.9650.9143.14
HexA6367D0431923142332b
Octal24666175010331435026353
Binary1010011011011011111010100001111001100011101000010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6367D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6367D; }

 p { color: rgb(166,54,125); }

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

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

 a { background-color: rgb(166,54,125); }

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

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

 span { border-color: rgb(166,54,125); }

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