#AF6BC6

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

Shades of Medium Orchid #AF6BC6

Tints of Medium Orchid #AF6BC6

Color information

#AF6BC6 (or 0xAF6BC6) is unknown color: approx Medium Orchid. HEX triplet: AF, 6B and C6. RGB value is (175,107,198). Sum of RGB (Red+Green+Blue) = 175+107+198=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF6BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BC6 is #509439. Grayscale: #898989. Windows color (decimal): -5280826 or 13003695. OLE color: 13003695.

HSL color Cylindrical-coordinate representation of color #AF6BC6: hue angle of 284.84º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF6BC6 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175107198-
CMYK0.120.4600.22
HSL284.84º44.39%59.8%-
HSV(B)284.84º45.96%77.65%-
XYZ33.1323.7156.26-
YUV137.71162.03154.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 107 (42.19% from 255) = 22.29%
BLUE value IS 198 (77.73% from 255) = 41.25%
R=36.46%
G=22.29%
B=41.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751071980.120.4600.22284.8444.3959.8
HexAF6BC6C2E01611d2c3c
Octal25715330614560264355474
Binary101011111101011110001101100101110010110100011101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6BC6; }

 p { color: rgb(175,107,198); }

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

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

 a { background-color: rgb(175,107,198); }

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

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

 span { border-color: rgb(175,107,198); }

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