#A6259B

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

Shades of Medium Red Violet #A6259B

Tints of Medium Red Violet #A6259B

Color information

#A6259B (or 0xA6259B) is unknown color: approx Medium Red Violet. HEX triplet: A6, 25 and 9B. RGB value is (166,37,155). Sum of RGB (Red+Green+Blue) = 166+37+155=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6259B is #59DA64. Grayscale: #585858. Windows color (decimal): -5888613 or 10167718. OLE color: 10167718.

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

Color convert

RGB16637155-
CMYK00.780.070.35
HSL305.12º63.55%39.8%-
HSV(B)305.12º77.71%65.1%-
XYZ22.311.832.11-
YUV89.02165.24182.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 37 (14.84% from 255) = 10.34%
BLUE value IS 155 (60.94% from 255) = 43.30%
R=46.37%
G=10.34%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663715500.780.070.35305.1263.5539.8
HexA6259B04E7231314028
Octal24645233011674346110050
Binary1010011010010110011011010011101111000111001100011000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6259B; }

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

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

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

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

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

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

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

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