#AF5EFE

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

Shades of Medium Purple #AF5EFE

Tints of Medium Purple #AF5EFE

Color information

#AF5EFE (or 0xAF5EFE) is unknown color: approx Medium Purple. HEX triplet: AF, 5E and FE. RGB value is (175,94,254). Sum of RGB (Red+Green+Blue) = 175+94+254=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 94 (37.11% from 255 or 17.97% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF5EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5EFE is #50A101. Grayscale: #878787. Windows color (decimal): -5284098 or 16670383. OLE color: 16670383.

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

Color convert

RGB17594254-
CMYK0.310.6300.00
HSL270.38º98.77%68.24%-
HSV(B)270.38º62.99%99.61%-
XYZ39.5724.2896.37-
YUV136.46194.34155.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 94 (37.11% from 255) = 17.97%
BLUE value IS 254 (99.61% from 255) = 48.57%
R=33.46%
G=17.97%
B=48.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal175942540.310.6300.00270.3898.7768.24
HexAF5EFE1F3F0010e6344
Octal257136376377700416143104
Binary10101111101111011111110111111111110010000111011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5EFE; }

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

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

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

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

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

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

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

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