#AF40D1

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

Shades of Medium Orchid #AF40D1

Tints of Medium Orchid #AF40D1

Color information

#AF40D1 (or 0xAF40D1) is unknown color: approx Medium Orchid. HEX triplet: AF, 40 and D1. RGB value is (175,64,209). Sum of RGB (Red+Green+Blue) = 175+64+209=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF40D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF40D1 is #50BF2E. Grayscale: #717171. Windows color (decimal): -5291823 or 13713583. OLE color: 13713583.

HSL color Cylindrical-coordinate representation of color #AF40D1: hue angle of 285.93º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF40D1 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17564209-
CMYK0.160.6900.18
HSL285.93º61.18%53.53%-
HSV(B)285.93º69.38%81.96%-
XYZ31.0217.3862.04-
YUV113.72181.77171.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 64 (25.39% from 255) = 14.29%
BLUE value IS 209 (82.03% from 255) = 46.65%
R=39.06%
G=14.29%
B=46.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal175642090.160.6900.18285.9361.1853.53
HexAF40D1104501211e3d36
Octal257100321201050224367566
Binary10101111100000011010001100001000101010010100011110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF40D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF40D1; }

 p { color: rgb(175,64,209); }

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

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

 a { background-color: rgb(175,64,209); }

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

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

 span { border-color: rgb(175,64,209); }

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