#AF4ED3

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

Shades of Medium Orchid #AF4ED3

Tints of Medium Orchid #AF4ED3

Color information

#AF4ED3 (or 0xAF4ED3) is unknown color: approx Medium Orchid. HEX triplet: AF, 4E and D3. RGB value is (175,78,211). Sum of RGB (Red+Green+Blue) = 175+78+211=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF4ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4ED3 is #50B12C. Grayscale: #797979. Windows color (decimal): -5288237 or 13848239. OLE color: 13848239.

HSL color Cylindrical-coordinate representation of color #AF4ED3: hue angle of 283.76º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4ED3 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17578211-
CMYK0.170.6300.17
HSL283.76º60.18%56.67%-
HSV(B)283.76º63.03%82.75%-
XYZ32.1619.2763.65-
YUV122.16178.14165.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 78 (30.86% from 255) = 16.81%
BLUE value IS 211 (82.81% from 255) = 45.47%
R=37.72%
G=16.81%
B=45.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal175782110.170.6300.17283.7660.1856.67
HexAF4ED3113F01111c3c39
Octal25711632321770214347471
Binary1010111110011101101001110001111111010001100011100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4ED3; }

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

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

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

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

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

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

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

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