#af56d6

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

Shades of Medium Orchid #AF56D6

Tints of Medium Orchid #AF56D6

Color information

#AF56D6 (or 0xAF56D6) is unknown color: approx Medium Orchid. HEX triplet: AF, 56 and D6. RGB value is (175,86,214). Sum of RGB (Red+Green+Blue) = 175+86+214=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF56D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF56D6 is #50A929. Grayscale: #7E7E7E. Windows color (decimal): -5286186 or 14046895. OLE color: 14046895.

HSL color Cylindrical-coordinate representation of color #AF56D6: hue angle of 281.72º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF56D6 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17586214-
CMYK0.180.6000.16
HSL281.72º60.95%58.82%-
HSV(B)281.72º59.81%83.92%-
XYZ33.1420.6265.85-
YUV127.2176.99162.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 86 (33.98% from 255) = 18.11%
BLUE value IS 214 (83.98% from 255) = 45.05%
R=36.84%
G=18.11%
B=45.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal175862140.180.6000.16281.7260.9558.82
HexAF56D6123C01011a3d3b
Octal25712632622740204327573
Binary1010111110101101101011010010111100010000100011010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af56d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af56d6; }

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

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

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

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

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

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

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

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