#AF56C9

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

Shades of Medium Orchid #AF56C9

Tints of Medium Orchid #AF56C9

Color information

#AF56C9 (or 0xAF56C9) is unknown color: approx Medium Orchid. HEX triplet: AF, 56 and C9. RGB value is (175,86,201). Sum of RGB (Red+Green+Blue) = 175+86+201=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF56C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF56C9 is #50A936. Grayscale: #7D7D7D. Windows color (decimal): -5286199 or 13194927. OLE color: 13194927.

HSL color Cylindrical-coordinate representation of color #AF56C9: hue angle of 286.43º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF56C9 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17586201-
CMYK0.130.5700.21
HSL286.43º51.57%56.27%-
HSV(B)286.43º57.21%78.82%-
XYZ31.5519.9957.45-
YUV125.72170.49163.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 86 (33.98% from 255) = 18.61%
BLUE value IS 201 (78.91% from 255) = 43.51%
R=37.88%
G=18.61%
B=43.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175862010.130.5700.21286.4351.5756.27
HexAF56C9D3901511e3438
Octal25712631115710254366470
Binary101011111010110110010011101111001010101100011110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF56C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF56C9; }

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

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

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

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

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

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

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

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