#A6259C

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

Shades of Medium Red Violet #A6259C

Tints of Medium Red Violet #A6259C

Color information

#A6259C (or 0xA6259C) is unknown color: approx Medium Red Violet. HEX triplet: A6, 25 and 9C. RGB value is (166,37,156). Sum of RGB (Red+Green+Blue) = 166+37+156=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A6259C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6259C is #59DA63. Grayscale: #585858. Windows color (decimal): -5888612 or 10233254. OLE color: 10233254.

HSL color Cylindrical-coordinate representation of color #A6259C: hue angle of 304.65º 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 #A6259C is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB16637156-
CMYK00.780.060.35
HSL304.65º63.55%39.8%-
HSV(B)304.65º77.71%65.1%-
XYZ22.3911.8332.56-
YUV89.14165.74182.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.24%
GREEN value IS 37 (14.84% from 255) = 10.31%
BLUE value IS 156 (61.33% from 255) = 43.45%
R=46.24%
G=10.31%
B=43.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663715600.780.060.35304.6563.5539.8
HexA6259C04E6231314028
Octal24645234011664346110050
Binary1010011010010110011100010011101101000111001100011000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6259C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6259C; }

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

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

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

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

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

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

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

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