#AF56F2

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

Shades of Medium Orchid #AF56F2

Tints of Medium Orchid #AF56F2

Color information

#AF56F2 (or 0xAF56F2) is unknown color: approx Medium Orchid. HEX triplet: AF, 56 and F2. RGB value is (175,86,242). Sum of RGB (Red+Green+Blue) = 175+86+242=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF56F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF56F2 is #50A90D. Grayscale: #818181. Windows color (decimal): -5286158 or 15881903. OLE color: 15881903.

HSL color Cylindrical-coordinate representation of color #AF56F2: hue angle of 274.23º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF56F2 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17586242-
CMYK0.280.6400.05
HSL274.23º85.71%64.31%-
HSV(B)274.23º64.46%94.9%-
XYZ37.0322.1886.33-
YUV130.39190.99159.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 86 (33.98% from 255) = 17.10%
BLUE value IS 242 (94.92% from 255) = 48.11%
R=34.79%
G=17.10%
B=48.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175862420.280.6400.05274.2385.7164.31
HexAF56F21C40051125640
Octal2571263623410005422126100
Binary10101111101011011110010111001000000010110001001010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF56F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF56F2; }

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

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

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

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

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

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

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

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