#AF6CC5

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

Shades of Medium Orchid #AF6CC5

Tints of Medium Orchid #AF6CC5

Color information

#AF6CC5 (or 0xAF6CC5) is unknown color: approx Medium Orchid. HEX triplet: AF, 6C and C5. RGB value is (175,108,197). Sum of RGB (Red+Green+Blue) = 175+108+197=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF6CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CC5 is #50933A. Grayscale: #898989. Windows color (decimal): -5280571 or 12938415. OLE color: 12938415.

HSL color Cylindrical-coordinate representation of color #AF6CC5: hue angle of 285.17º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6CC5 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB175108197-
CMYK0.110.4500.23
HSL285.17º43.41%59.8%-
HSV(B)285.17º45.18%77.25%-
XYZ33.1223.8755.69-
YUV138.18161.2154.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 108 (42.58% from 255) = 22.5%
BLUE value IS 197 (77.34% from 255) = 41.04%
R=36.46%
G=22.5%
B=41.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751081970.110.4500.23285.1743.4159.8
HexAF6CC5B2D01711d2b3c
Octal25715430513550274355374
Binary101011111101100110001011011101101010111100011101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6CC5; }

 p { color: rgb(175,108,197); }

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

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

 a { background-color: rgb(175,108,197); }

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

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

 span { border-color: rgb(175,108,197); }

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