#AF51DE

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

Shades of Medium Orchid #AF51DE

Tints of Medium Orchid #AF51DE

Color information

#AF51DE (or 0xAF51DE) is unknown color: approx Medium Orchid. HEX triplet: AF, 51 and DE. RGB value is (175,81,222). Sum of RGB (Red+Green+Blue) = 175+81+222=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF51DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF51DE is #50AE21. Grayscale: #7C7C7C. Windows color (decimal): -5287458 or 14569903. OLE color: 14569903.

HSL color Cylindrical-coordinate representation of color #AF51DE: hue angle of 280º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF51DE is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17581222-
CMYK0.210.6400.13
HSL280º68.12%59.41%-
HSV(B)280º63.51%87.06%-
XYZ33.8120.2771.24-
YUV125.18182.64163.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 81 (32.03% from 255) = 16.95%
BLUE value IS 222 (87.11% from 255) = 46.44%
R=36.61%
G=16.95%
B=46.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175812220.210.6400.1328068.1259.41
HexAF51DE15400D118443b
Octal2571213362510001543010473
Binary10101111101000111011110101011000000011011000110001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF51DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF51DE; }

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

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

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

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

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

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

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

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