#AF417E

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

Shades of Medium Red Violet #AF417E

Tints of Medium Red Violet #AF417E

Color information

#AF417E (or 0xAF417E) is unknown color: approx Medium Red Violet. HEX triplet: AF, 41 and 7E. RGB value is (175,65,126). Sum of RGB (Red+Green+Blue) = 175+65+126=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF417E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF417E is #50BE81. Grayscale: #686868. Windows color (decimal): -5291650 or 8274351. OLE color: 8274351.

HSL color Cylindrical-coordinate representation of color #AF417E: hue angle of 326.73º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF417E is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB17565126-
CMYK00.630.280.31
HSL326.73º45.83%47.06%-
HSV(B)326.73º62.86%68.63%-
XYZ23.3414.421.29-
YUV104.84139.94178.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.81%
GREEN value IS 65 (25.78% from 255) = 17.76%
BLUE value IS 126 (49.61% from 255) = 34.43%
R=47.81%
G=17.76%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756512600.630.280.31326.7345.8347.06
HexAF417E03F1C1F1472e2f
Octal25710117607734375075657
Binary101011111000001111111001111111110011111101000111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF417E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF417E; }

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

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

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

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

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

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

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

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