#AF4EDF

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

Shades of Medium Orchid #AF4EDF

Tints of Medium Orchid #AF4EDF

Color information

#AF4EDF (or 0xAF4EDF) is unknown color: approx Medium Orchid. HEX triplet: AF, 4E and DF. RGB value is (175,78,223). Sum of RGB (Red+Green+Blue) = 175+78+223=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 78 (30.86% from 255 or 16.39% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF4EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4EDF is #50B120. Grayscale: #7B7B7B. Windows color (decimal): -5288225 or 14634671. OLE color: 14634671.

HSL color Cylindrical-coordinate representation of color #AF4EDF: hue angle of 280.14º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF4EDF is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17578223-
CMYK0.220.6500.13
HSL280.14º69.38%59.02%-
HSV(B)280.14º65.02%87.45%-
XYZ33.7219.8971.87-
YUV123.53184.14164.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 78 (30.86% from 255) = 16.39%
BLUE value IS 223 (87.5% from 255) = 46.85%
R=36.76%
G=16.39%
B=46.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175782230.220.6500.13280.1469.3859.02
HexAF4EDF16410D118453b
Octal2571163372610101543010573
Binary10101111100111011011111101101000001011011000110001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4EDF; }

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

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

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

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

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

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

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

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