#A6259D

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

Shades of Medium Red Violet #A6259D

Tints of Medium Red Violet #A6259D

Color information

#A6259D (or 0xA6259D) is unknown color: approx Medium Red Violet. HEX triplet: A6, 25 and 9D. RGB value is (166,37,157). Sum of RGB (Red+Green+Blue) = 166+37+157=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6259D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6259D is #59DA62. Grayscale: #585858. Windows color (decimal): -5888611 or 10298790. OLE color: 10298790.

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

Color convert

RGB16637157-
CMYK00.780.050.35
HSL304.19º63.55%39.8%-
HSV(B)304.19º77.71%65.1%-
XYZ22.4711.8633-
YUV89.25166.24182.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 37 (14.84% from 255) = 10.28%
BLUE value IS 157 (61.72% from 255) = 43.61%
R=46.11%
G=10.28%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663715700.780.050.35304.1963.5539.8
HexA6259D04E5231304028
Octal24645235011654346010050
Binary1010011010010110011101010011101011000111001100001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6259D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6259D; }

 p { color: rgb(166,37,157); }

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

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

 a { background-color: rgb(166,37,157); }

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

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

 span { border-color: rgb(166,37,157); }

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