#A6417D

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

Shades of Medium Red Violet #A6417D

Tints of Medium Red Violet #A6417D

Color information

#A6417D (or 0xA6417D) is unknown color: approx Medium Red Violet. HEX triplet: A6, 41 and 7D. RGB value is (166,65,125). Sum of RGB (Red+Green+Blue) = 166+65+125=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A6417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6417D is #59BE82. Grayscale: #656565. Windows color (decimal): -5881475 or 8208806. OLE color: 8208806.

HSL color Cylindrical-coordinate representation of color #A6417D: hue angle of 324.36º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A6417D is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16665125-
CMYK00.610.250.35
HSL324.36º43.72%45.29%-
HSV(B)324.36º60.84%65.1%-
XYZ21.3213.3720.86-
YUV102.04140.96173.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.63%
GREEN value IS 65 (25.78% from 255) = 18.26%
BLUE value IS 125 (49.22% from 255) = 35.11%
R=46.63%
G=18.26%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666512500.610.250.35324.3643.7245.29
HexA6417D03D19231442c2d
Octal24610117507531435045455
Binary1010011010000011111101011110111001100011101000100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6417D; }

 p { color: rgb(166,65,125); }

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

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

 a { background-color: rgb(166,65,125); }

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

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

 span { border-color: rgb(166,65,125); }

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