#AF46F9

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

Shades of Medium Orchid #AF46F9

Tints of Medium Orchid #AF46F9

Color information

#AF46F9 (or 0xAF46F9) is unknown color: approx Medium Orchid. HEX triplet: AF, 46 and F9. RGB value is (175,70,249). Sum of RGB (Red+Green+Blue) = 175+70+249=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 70 (27.73% from 255 or 14.17% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF46F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF46F9 is #50B906. Grayscale: #797979. Windows color (decimal): -5290247 or 16336559. OLE color: 16336559.

HSL color Cylindrical-coordinate representation of color #AF46F9: hue angle of 275.2º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF46F9 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17570249-
CMYK0.300.7200.02
HSL275.2º93.72%62.55%-
HSV(B)275.2º71.89%97.65%-
XYZ36.9720.3391.6-
YUV121.8199.79165.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 70 (27.73% from 255) = 14.17%
BLUE value IS 249 (97.66% from 255) = 50.40%
R=35.43%
G=14.17%
B=50.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal175702490.300.7200.02275.293.7262.55
HexAF46F91E48021135e3f
Octal257106371361100242313677
Binary101011111000110111110011111010010000101000100111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF46F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF46F9; }

 p { color: rgb(175,70,249); }

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

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

 a { background-color: rgb(175,70,249); }

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

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

 span { border-color: rgb(175,70,249); }

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