#AF56C6

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

Shades of Medium Orchid #AF56C6

Tints of Medium Orchid #AF56C6

Color information

#AF56C6 (or 0xAF56C6) is unknown color: approx Medium Orchid. HEX triplet: AF, 56 and C6. RGB value is (175,86,198). Sum of RGB (Red+Green+Blue) = 175+86+198=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF56C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF56C6 is #50A939. Grayscale: #7D7D7D. Windows color (decimal): -5286202 or 12998319. OLE color: 12998319.

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

Color convert

RGB17586198-
CMYK0.120.5700.22
HSL287.68º49.56%55.69%-
HSV(B)287.68º56.57%77.65%-
XYZ31.219.8555.61-
YUV125.38168.99163.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 86 (33.98% from 255) = 18.74%
BLUE value IS 198 (77.73% from 255) = 43.14%
R=38.13%
G=18.74%
B=43.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175861980.120.5700.22287.6849.5655.69
HexAF56C6C390161203238
Octal25712630614710264406270
Binary101011111010110110001101100111001010110100100000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF56C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF56C6; }

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

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

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

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

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

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

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

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