#AF4DD0

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

Shades of Medium Orchid #AF4DD0

Tints of Medium Orchid #AF4DD0

Color information

#AF4DD0 (or 0xAF4DD0) is unknown color: approx Medium Orchid. HEX triplet: AF, 4D and D0. RGB value is (175,77,208). Sum of RGB (Red+Green+Blue) = 175+77+208=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF4DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DD0 is #50B22F. Grayscale: #787878. Windows color (decimal): -5288496 or 13651375. OLE color: 13651375.

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

Color convert

RGB17577208-
CMYK0.160.6300.18
HSL284.89º58.22%55.88%-
HSV(B)284.89º62.98%81.57%-
XYZ31.7218.9861.67-
YUV121.24176.97166.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 77 (30.47% from 255) = 16.74%
BLUE value IS 208 (81.64% from 255) = 45.22%
R=38.04%
G=16.74%
B=45.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal175772080.160.6300.18284.8958.2255.88
HexAF4DD0103F01211d3a38
Octal25711532020770224357270
Binary1010111110011011101000010000111111010010100011101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4DD0; }

 p { color: rgb(175,77,208); }

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

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

 a { background-color: rgb(175,77,208); }

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

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

 span { border-color: rgb(175,77,208); }

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