#AF4ED9

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

Shades of Medium Orchid #AF4ED9

Tints of Medium Orchid #AF4ED9

Color information

#AF4ED9 (or 0xAF4ED9) is unknown color: approx Medium Orchid. HEX triplet: AF, 4E and D9. RGB value is (175,78,217). Sum of RGB (Red+Green+Blue) = 175+78+217=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF4ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4ED9 is #50B126. Grayscale: #7A7A7A. Windows color (decimal): -5288231 or 14241455. OLE color: 14241455.

HSL color Cylindrical-coordinate representation of color #AF4ED9: hue angle of 281.87º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF4ED9 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17578217-
CMYK0.190.6400.15
HSL281.87º64.65%57.84%-
HSV(B)281.87º64.06%85.1%-
XYZ32.9319.5767.69-
YUV122.85181.14165.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 78 (30.86% from 255) = 16.60%
BLUE value IS 217 (85.16% from 255) = 46.17%
R=37.23%
G=16.60%
B=46.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal175782170.190.6400.15281.8764.6557.84
HexAF4ED913400F11a413a
Octal2571163312310001743210172
Binary10101111100111011011001100111000000011111000110101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4ED9; }

 p { color: rgb(175,78,217); }

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

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

 a { background-color: rgb(175,78,217); }

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

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

 span { border-color: rgb(175,78,217); }

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