#A6338F

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

Shades of Medium Red Violet #A6338F

Tints of Medium Red Violet #A6338F

Color information

#A6338F (or 0xA6338F) is unknown color: approx Medium Red Violet. HEX triplet: A6, 33 and 8F. RGB value is (166,51,143). Sum of RGB (Red+Green+Blue) = 166+51+143=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6338F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6338F is #59CC70. Grayscale: #5F5F5F. Windows color (decimal): -5885041 or 9384870. OLE color: 9384870.

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

Color convert

RGB16651143-
CMYK00.690.140.35
HSL312º53%42.55%-
HSV(B)312º69.28%65.1%-
XYZ21.8712.4627.24-
YUV95.87154.6178.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 51 (20.31% from 255) = 14.17%
BLUE value IS 143 (56.25% from 255) = 39.72%
R=46.11%
G=14.17%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665114300.690.140.353125342.55
HexA6338F045E23138352b
Octal24663217010516434706553
Binary1010011011001110001111010001011110100011100111000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6338F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6338F; }

 p { color: rgb(166,51,143); }

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

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

 a { background-color: rgb(166,51,143); }

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

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

 span { border-color: rgb(166,51,143); }

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