#AF6EF7

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

Shades of Medium Purple #AF6EF7

Tints of Medium Purple #AF6EF7

Color information

#AF6EF7 (or 0xAF6EF7) is unknown color: approx Medium Purple. HEX triplet: AF, 6E and F7. RGB value is (175,110,247). Sum of RGB (Red+Green+Blue) = 175+110+247=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 247 (96.88% from 255 or 46.43% from 532); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF6EF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6EF7 is #509108. Grayscale: #909090. Windows color (decimal): -5280009 or 16215727. OLE color: 16215727.

HSL color Cylindrical-coordinate representation of color #AF6EF7: hue angle of 268.47º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF6EF7 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175110247-
CMYK0.290.5500.03
HSL268.47º89.54%70%-
HSV(B)268.47º55.47%96.86%-
XYZ40.0426.9891.09-
YUV145.05185.53149.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 110 (43.36% from 255) = 20.68%
BLUE value IS 247 (96.88% from 255) = 46.43%
R=32.89%
G=20.68%
B=46.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751102470.290.5500.03268.4789.5470
HexAF6EF71D370310c5a46
Octal257156367356703414132106
Binary101011111101110111101111110111011101110000110010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6EF7; }

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

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

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

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

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

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

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

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