#AF6EF1

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

Shades of Medium Purple #AF6EF1

Tints of Medium Purple #AF6EF1

Color information

#AF6EF1 (or 0xAF6EF1) is unknown color: approx Medium Purple. HEX triplet: AF, 6E and F1. RGB value is (175,110,241). Sum of RGB (Red+Green+Blue) = 175+110+241=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF6EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6EF1 is #50910E. Grayscale: #8F8F8F. Windows color (decimal): -5280015 or 15822511. OLE color: 15822511.

HSL color Cylindrical-coordinate representation of color #AF6EF1: hue angle of 269.77º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF6EF1 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175110241-
CMYK0.270.5400.05
HSL269.77º82.39%68.82%-
HSV(B)269.77º54.36%94.51%-
XYZ39.1326.6286.29-
YUV144.37182.53149.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 110 (43.36% from 255) = 20.91%
BLUE value IS 241 (94.53% from 255) = 45.82%
R=33.27%
G=20.91%
B=45.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751102410.270.5400.05269.7782.3968.82
HexAF6EF11B360510e5245
Octal257156361336605416122105
Binary1010111111011101111000111011110110010110000111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6EF1; }

 p { color: rgb(175,110,241); }

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

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

 a { background-color: rgb(175,110,241); }

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

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

 span { border-color: rgb(175,110,241); }

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