#A6248B

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

Shades of Medium Red Violet #A6248B

Tints of Medium Red Violet #A6248B

Color information

#A6248B (or 0xA6248B) is unknown color: approx Medium Red Violet. HEX triplet: A6, 24 and 8B. RGB value is (166,36,139). Sum of RGB (Red+Green+Blue) = 166+36+139=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6248B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6248B is #59DB74. Grayscale: #565656. Windows color (decimal): -5888885 or 9118886. OLE color: 9118886.

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

Color convert

RGB16636139-
CMYK00.780.160.35
HSL312.46º64.36%39.61%-
HSV(B)312.46º78.31%65.1%-
XYZ21.0211.2325.49-
YUV86.61157.57184.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.68%
GREEN value IS 36 (14.45% from 255) = 10.56%
BLUE value IS 139 (54.69% from 255) = 40.76%
R=48.68%
G=10.56%
B=40.76%

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
Decimal1663613900.780.160.35312.4664.3639.61
HexA6248B04E10231384028
Octal246442130116204347010050
Binary101001101001001000101101001110100001000111001110001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6248B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6248B; }

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

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

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

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

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

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

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

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