#A6279B

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

Shades of Medium Red Violet #A6279B

Tints of Medium Red Violet #A6279B

Color information

#A6279B (or 0xA6279B) is unknown color: approx Medium Red Violet. HEX triplet: A6, 27 and 9B. RGB value is (166,39,155). Sum of RGB (Red+Green+Blue) = 166+39+155=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6279B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6279B is #59D864. Grayscale: #595959. Windows color (decimal): -5888101 or 10168230. OLE color: 10168230.

HSL color Cylindrical-coordinate representation of color #A6279B: hue angle of 305.2º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6279B is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16639155-
CMYK00.770.070.35
HSL305.2º61.95%40.2%-
HSV(B)305.2º76.51%65.1%-
XYZ22.3711.9232.13-
YUV90.2164.58182.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 39 (15.62% from 255) = 10.83%
BLUE value IS 155 (60.94% from 255) = 43.06%
R=46.11%
G=10.83%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663915500.770.070.35305.261.9540.2
HexA6279B04D7231313e28
Octal2464723301157434617650
Binary101001101001111001101101001101111100011100110001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6279B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6279B; }

 p { color: rgb(166,39,155); }

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

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

 a { background-color: rgb(166,39,155); }

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

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

 span { border-color: rgb(166,39,155); }

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