#AF6BF9

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

Shades of Medium Purple #AF6BF9

Tints of Medium Purple #AF6BF9

Color information

#AF6BF9 (or 0xAF6BF9) is unknown color: approx Medium Purple. HEX triplet: AF, 6B and F9. RGB value is (175,107,249). Sum of RGB (Red+Green+Blue) = 175+107+249=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF6BF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6BF9 is #509406. Grayscale: #8F8F8F. Windows color (decimal): -5280775 or 16346031. OLE color: 16346031.

HSL color Cylindrical-coordinate representation of color #AF6BF9: hue angle of 268.73º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF6BF9 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175107249-
CMYK0.300.5700.02
HSL268.73º92.21%69.8%-
HSV(B)268.73º57.03%97.65%-
XYZ40.0426.4792.62-
YUV143.52187.53150.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 107 (42.19% from 255) = 20.15%
BLUE value IS 249 (97.66% from 255) = 46.89%
R=32.96%
G=20.15%
B=46.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751072490.300.5700.02268.7392.2169.8
HexAF6BF91E390210d5c46
Octal257153371367102415134106
Binary101011111101011111110011111011100101010000110110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6BF9; }

 p { color: rgb(175,107,249); }

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

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

 a { background-color: rgb(175,107,249); }

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

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

 span { border-color: rgb(175,107,249); }

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