#AF51C1

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

Shades of Medium Orchid #AF51C1

Tints of Medium Orchid #AF51C1

Color information

#AF51C1 (or 0xAF51C1) is unknown color: approx Medium Orchid. HEX triplet: AF, 51 and C1. RGB value is (175,81,193). Sum of RGB (Red+Green+Blue) = 175+81+193=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF51C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF51C1 is #50AE3E. Grayscale: #797979. Windows color (decimal): -5287487 or 12669359. OLE color: 12669359.

HSL color Cylindrical-coordinate representation of color #AF51C1: hue angle of 290.36º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF51C1 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17581193-
CMYK0.090.5800.24
HSL290.36º47.46%53.73%-
HSV(B)290.36º58.03%75.69%-
XYZ30.2518.8552.5-
YUV121.87168.14165.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 81 (32.03% from 255) = 18.04%
BLUE value IS 193 (75.78% from 255) = 42.98%
R=38.98%
G=18.04%
B=42.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175811930.090.5800.24290.3647.4653.73
HexAF51C193A0181222f36
Octal25712130111720304425766
Binary101011111010001110000011001111010011000100100010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF51C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF51C1; }

 p { color: rgb(175,81,193); }

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

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

 a { background-color: rgb(175,81,193); }

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

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

 span { border-color: rgb(175,81,193); }

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