#AF5DC9

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

Shades of Medium Orchid #AF5DC9

Tints of Medium Orchid #AF5DC9

Color information

#AF5DC9 (or 0xAF5DC9) is unknown color: approx Medium Orchid. HEX triplet: AF, 5D and C9. RGB value is (175,93,201). Sum of RGB (Red+Green+Blue) = 175+93+201=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF5DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DC9 is #50A236. Grayscale: #818181. Windows color (decimal): -5284407 or 13196719. OLE color: 13196719.

HSL color Cylindrical-coordinate representation of color #AF5DC9: hue angle of 285.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF5DC9 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17593201-
CMYK0.130.5400.21
HSL285.56º50%57.65%-
HSV(B)285.56º53.73%78.82%-
XYZ32.1421.1657.65-
YUV129.83168.17160.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.31%
GREEN value IS 93 (36.72% from 255) = 19.83%
BLUE value IS 201 (78.91% from 255) = 42.86%
R=37.31%
G=19.83%
B=42.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175932010.130.5400.21285.565057.65
HexAF5DC9D3601511e323a
Octal25713531115660254366272
Binary101011111011101110010011101110110010101100011110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5DC9; }

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

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

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

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

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

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

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

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