#AF5DFF

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

Shades of Medium Purple #AF5DFF

Tints of Medium Purple #AF5DFF

Color information

#AF5DFF (or 0xAF5DFF) is unknown color: approx Medium Purple. HEX triplet: AF, 5D and FF. RGB value is (175,93,255). Sum of RGB (Red+Green+Blue) = 175+93+255=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF5DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5DFF is #50A200. Grayscale: #878787. Windows color (decimal): -5284353 or 16735663. OLE color: 16735663.

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

Color convert

RGB17593255-
CMYK0.310.6400
HSL270.37º100%68.24%-
HSV(B)270.37º63.53%100%-
XYZ39.6424.1697.18-
YUV135.99195.17155.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 93 (36.72% from 255) = 17.78%
BLUE value IS 255 (100% from 255) = 48.76%
R=33.46%
G=17.78%
B=48.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal175932550.310.6400270.3710068.24
HexAF5DFF1F400010e6444
Octal2571353773710000416144104
Binary101011111011101111111111111110000000010000111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5DFF; }

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

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

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

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

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

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

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

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