#A8417E

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

Shades of Medium Red Violet #A8417E

Tints of Medium Red Violet #A8417E

Color information

#A8417E (or 0xA8417E) is unknown color: approx Medium Red Violet. HEX triplet: A8, 41 and 7E. RGB value is (168,65,126). Sum of RGB (Red+Green+Blue) = 168+65+126=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A8417E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8417E is #57BE81. Grayscale: #666666. Windows color (decimal): -5750402 or 8274344. OLE color: 8274344.

HSL color Cylindrical-coordinate representation of color #A8417E: hue angle of 324.47º 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 #A8417E is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB16865126-
CMYK00.610.250.34
HSL324.47º44.21%45.69%-
HSV(B)324.47º61.31%65.88%-
XYZ21.813.6121.22-
YUV102.75141.12174.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.80%
GREEN value IS 65 (25.78% from 255) = 18.11%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=46.80%
G=18.11%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686512600.610.250.34324.4744.2145.69
HexA8417E03D19221442c2e
Octal25010117607531425045456
Binary1010100010000011111110011110111001100010101000100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8417E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8417E; }

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

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

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

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

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

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

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

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