#AF5DE9

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

Shades of Medium Orchid #AF5DE9

Tints of Medium Orchid #AF5DE9

Color information

#AF5DE9 (or 0xAF5DE9) is unknown color: approx Medium Orchid. HEX triplet: AF, 5D and E9. RGB value is (175,93,233). Sum of RGB (Red+Green+Blue) = 175+93+233=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 93 (36.72% from 255 or 18.56% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF5DE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5DE9 is #50A216. Grayscale: #858585. Windows color (decimal): -5284375 or 15293871. OLE color: 15293871.

HSL color Cylindrical-coordinate representation of color #AF5DE9: hue angle of 275.14º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF5DE9 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17593233-
CMYK0.250.6000.09
HSL275.14º76.09%63.92%-
HSV(B)275.14º60.09%91.37%-
XYZ36.322.8379.58-
YUV133.48184.17157.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 93 (36.72% from 255) = 18.56%
BLUE value IS 233 (91.41% from 255) = 46.51%
R=34.93%
G=18.56%
B=46.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal175932330.250.6000.09275.1476.0963.92
HexAF5DE9193C091134c40
Octal2571353513174011423114100
Binary10101111101110111101001110011111000100110001001110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5DE9; }

 p { color: rgb(175,93,233); }

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

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

 a { background-color: rgb(175,93,233); }

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

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

 span { border-color: rgb(175,93,233); }

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