#A8417F

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

Shades of Medium Red Violet #A8417F

Tints of Medium Red Violet #A8417F

Color information

#A8417F (or 0xA8417F) is unknown color: approx Medium Red Violet. HEX triplet: A8, 41 and 7F. RGB value is (168,65,127). Sum of RGB (Red+Green+Blue) = 168+65+127=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A8417F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8417F is #57BE80. Grayscale: #666666. Windows color (decimal): -5750401 or 8339880. OLE color: 8339880.

HSL color Cylindrical-coordinate representation of color #A8417F: hue angle of 323.88º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8417F is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB16865127-
CMYK00.610.240.34
HSL323.88º44.21%45.69%-
HSV(B)323.88º61.31%65.88%-
XYZ21.8713.6421.56-
YUV102.86141.62174.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.67%
GREEN value IS 65 (25.78% from 255) = 18.06%
BLUE value IS 127 (50% from 255) = 35.28%
R=46.67%
G=18.06%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686512700.610.240.34323.8844.2145.69
HexA8417F03D18221442c2e
Octal25010117707530425045456
Binary1010100010000011111111011110111000100010101000100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8417F; }

 p { color: rgb(168,65,127); }

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

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

 a { background-color: rgb(168,65,127); }

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

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

 span { border-color: rgb(168,65,127); }

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