#AF5AED

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

Shades of Medium Orchid #AF5AED

Tints of Medium Orchid #AF5AED

Color information

#AF5AED (or 0xAF5AED) is unknown color: approx Medium Orchid. HEX triplet: AF, 5A and ED. RGB value is (175,90,237). Sum of RGB (Red+Green+Blue) = 175+90+237=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF5AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5AED is #50A512. Grayscale: #838383. Windows color (decimal): -5285139 or 15555247. OLE color: 15555247.

HSL color Cylindrical-coordinate representation of color #AF5AED: hue angle of 274.69º 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 #AF5AED is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17590237-
CMYK0.260.6200.07
HSL274.69º80.33%64.12%-
HSV(B)274.69º62.03%92.94%-
XYZ36.6222.5482.54-
YUV132.17187.16158.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 90 (35.55% from 255) = 17.93%
BLUE value IS 237 (92.97% from 255) = 47.21%
R=34.86%
G=17.93%
B=47.21%

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
Decimal175902370.260.6200.07274.6980.3364.12
HexAF5AED1A3E071135040
Octal257132355327607423120100
Binary1010111110110101110110111010111110011110001001110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5AED; }

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

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

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

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

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

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

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

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