#a6258b

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

Shades of Medium Red Violet #A6258B

Tints of Medium Red Violet #A6258B

Color information

#A6258B (or 0xA6258B) is unknown color: approx Medium Red Violet. HEX triplet: A6, 25 and 8B. RGB value is (166,37,139). Sum of RGB (Red+Green+Blue) = 166+37+139=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6258B is #59DA74. Grayscale: #565656. Windows color (decimal): -5888629 or 9119142. OLE color: 9119142.

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

Color convert

RGB16637139-
CMYK00.780.160.35
HSL312.56º63.55%39.8%-
HSV(B)312.56º77.71%65.1%-
XYZ21.0511.2925.5-
YUV87.2157.24184.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.54%
GREEN value IS 37 (14.84% from 255) = 10.82%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=48.54%
G=10.82%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663713900.780.160.35312.5663.5539.8
HexA6258B04E10231394028
Octal246452130116204347110050
Binary101001101001011000101101001110100001000111001110011000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6258b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6258b; }

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

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

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

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

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

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

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

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