#AF5AFF

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

Shades of Medium Orchid #AF5AFF

Tints of Medium Orchid #AF5AFF

Color information

#AF5AFF (or 0xAF5AFF) is unknown color: approx Medium Orchid. HEX triplet: AF, 5A and FF. RGB value is (175,90,255). Sum of RGB (Red+Green+Blue) = 175+90+255=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF5AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5AFF is #50A500. Grayscale: #858585. Windows color (decimal): -5285121 or 16734895. OLE color: 16734895.

HSL color Cylindrical-coordinate representation of color #AF5AFF: hue angle of 270.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF5AFF is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17590255-
CMYK0.310.6500
HSL270.91º100%67.65%-
HSV(B)270.91º64.71%100%-
XYZ39.3923.6597.1-
YUV134.22196.16157.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 90 (35.55% from 255) = 17.31%
BLUE value IS 255 (100% from 255) = 49.04%
R=33.65%
G=17.31%
B=49.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal175902550.310.6500270.9110067.65
HexAF5AFF1F410010f6444
Octal2571323773710100417144104
Binary101011111011010111111111111110000010010000111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5AFF; }

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

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

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

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

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

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

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

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