#AF59ED

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

Shades of Medium Orchid #AF59ED

Tints of Medium Orchid #AF59ED

Color information

#AF59ED (or 0xAF59ED) is unknown color: approx Medium Orchid. HEX triplet: AF, 59 and ED. RGB value is (175,89,237). Sum of RGB (Red+Green+Blue) = 175+89+237=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF59ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF59ED is #50A612. Grayscale: #838383. Windows color (decimal): -5285395 or 15554991. OLE color: 15554991.

HSL color Cylindrical-coordinate representation of color #AF59ED: hue angle of 274.86º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF59ED is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17589237-
CMYK0.260.6200.07
HSL274.86º80.43%63.92%-
HSV(B)274.86º62.45%92.94%-
XYZ36.5422.3782.51-
YUV131.59187.49158.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 89 (35.16% from 255) = 17.76%
BLUE value IS 237 (92.97% from 255) = 47.31%
R=34.93%
G=17.76%
B=47.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal175892370.260.6200.07274.8680.4363.92
HexAF59ED1A3E071135040
Octal257131355327607423120100
Binary1010111110110011110110111010111110011110001001110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF59ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF59ED; }

 p { color: rgb(175,89,237); }

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

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

 a { background-color: rgb(175,89,237); }

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

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

 span { border-color: rgb(175,89,237); }

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