#AF53F0

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

Shades of Medium Orchid #AF53F0

Tints of Medium Orchid #AF53F0

Color information

#AF53F0 (or 0xAF53F0) is unknown color: approx Medium Orchid. HEX triplet: AF, 53 and F0. RGB value is (175,83,240). Sum of RGB (Red+Green+Blue) = 175+83+240=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF53F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF53F0 is #50AC0F. Grayscale: #7F7F7F. Windows color (decimal): -5286928 or 15750063. OLE color: 15750063.

HSL color Cylindrical-coordinate representation of color #AF53F0: hue angle of 275.16º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF53F0 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17583240-
CMYK0.270.6500.06
HSL275.16º83.96%63.33%-
HSV(B)275.16º65.42%94.12%-
XYZ36.521.5984.68-
YUV128.41190.98161.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 83 (32.81% from 255) = 16.67%
BLUE value IS 240 (94.14% from 255) = 48.19%
R=35.14%
G=16.67%
B=48.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal175832400.270.6500.06275.1683.9663.33
HexAF53F01B4106113543f
Octal257123360331010642312477
Binary1010111110100111111000011011100000101101000100111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF53F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF53F0; }

 p { color: rgb(175,83,240); }

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

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

 a { background-color: rgb(175,83,240); }

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

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

 span { border-color: rgb(175,83,240); }

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