#AF5DF1

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

Shades of Medium Orchid #AF5DF1

Tints of Medium Orchid #AF5DF1

Color information

#AF5DF1 (or 0xAF5DF1) is unknown color: approx Medium Orchid. HEX triplet: AF, 5D and F1. RGB value is (175,93,241). Sum of RGB (Red+Green+Blue) = 175+93+241=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF5DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5DF1 is #50A20E. Grayscale: #858585. Windows color (decimal): -5284367 or 15818159. OLE color: 15818159.

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

Color convert

RGB17593241-
CMYK0.270.6100.05
HSL273.24º84.09%65.49%-
HSV(B)273.24º61.41%94.51%-
XYZ37.4723.2985.74-
YUV134.39188.17156.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 93 (36.72% from 255) = 18.27%
BLUE value IS 241 (94.53% from 255) = 47.35%
R=34.38%
G=18.27%
B=47.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175932410.270.6100.05273.2484.0965.49
HexAF5DF11B3D051115441
Octal257135361337505421124101
Binary1010111110111011111000111011111101010110001000110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5DF1; }

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

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

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

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

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

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

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

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