#AF5EFF

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

Shades of Medium Purple #AF5EFF

Tints of Medium Purple #AF5EFF

Color information

#AF5EFF (or 0xAF5EFF) is unknown color: approx Medium Purple. HEX triplet: AF, 5E and FF. RGB value is (175,94,255). Sum of RGB (Red+Green+Blue) = 175+94+255=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 94 (37.11% from 255 or 17.94% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF5EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5EFF is #50A100. Grayscale: #888888. Windows color (decimal): -5284097 or 16735919. OLE color: 16735919.

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

Color convert

RGB17594255-
CMYK0.310.6300
HSL270.19º100%68.43%-
HSV(B)270.19º63.14%100%-
XYZ39.7324.3497.21-
YUV136.57194.84155.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 94 (37.11% from 255) = 17.94%
BLUE value IS 255 (100% from 255) = 48.66%
R=33.40%
G=17.94%
B=48.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal175942550.310.6300270.1910068.43
HexAF5EFF1F3F0010e6444
Octal257136377377700416144104
Binary10101111101111011111111111111111110010000111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5EFF; }

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

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

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

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

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

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

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

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