#AF40DE

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

Shades of Medium Orchid #AF40DE

Tints of Medium Orchid #AF40DE

Color information

#AF40DE (or 0xAF40DE) is unknown color: approx Medium Orchid. HEX triplet: AF, 40 and DE. RGB value is (175,64,222). Sum of RGB (Red+Green+Blue) = 175+64+222=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF40DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF40DE is #50BF21. Grayscale: #727272. Windows color (decimal): -5291810 or 14565551. OLE color: 14565551.

HSL color Cylindrical-coordinate representation of color #AF40DE: hue angle of 282.15º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF40DE is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17564222-
CMYK0.210.7100.13
HSL282.15º70.54%56.08%-
HSV(B)282.15º71.17%87.06%-
XYZ32.718.0570.87-
YUV115.2188.27170.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 64 (25.39% from 255) = 13.88%
BLUE value IS 222 (87.11% from 255) = 48.16%
R=37.96%
G=13.88%
B=48.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175642220.210.7100.13282.1570.5456.08
HexAF40DE15470D11a4738
Octal2571003362510701543210770
Binary10101111100000011011110101011000111011011000110101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF40DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF40DE; }

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

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

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

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

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

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

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

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