#A8407E

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

Shades of Medium Red Violet #A8407E

Tints of Medium Red Violet #A8407E

Color information

#A8407E (or 0xA8407E) is unknown color: approx Medium Red Violet. HEX triplet: A8, 40 and 7E. RGB value is (168,64,126). Sum of RGB (Red+Green+Blue) = 168+64+126=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A8407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8407E is #57BF81. Grayscale: #666666. Windows color (decimal): -5750658 or 8274088. OLE color: 8274088.

HSL color Cylindrical-coordinate representation of color #A8407E: hue angle of 324.23º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8407E is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB16864126-
CMYK00.620.250.34
HSL324.23º44.83%45.49%-
HSV(B)324.23º61.9%65.88%-
XYZ21.7513.521.2-
YUV102.16141.46174.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.93%
GREEN value IS 64 (25.39% from 255) = 17.88%
BLUE value IS 126 (49.61% from 255) = 35.20%
R=46.93%
G=17.88%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686412600.620.250.34324.2344.8345.49
HexA8407E03E19221442d2d
Octal25010017607631425045555
Binary1010100010000001111110011111011001100010101000100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8407E; }

 p { color: rgb(168,64,126); }

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

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

 a { background-color: rgb(168,64,126); }

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

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

 span { border-color: rgb(168,64,126); }

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