#AF6DF0

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

Shades of Medium Purple #AF6DF0

Tints of Medium Purple #AF6DF0

Color information

#AF6DF0 (or 0xAF6DF0) is unknown color: approx Medium Purple. HEX triplet: AF, 6D and F0. RGB value is (175,109,240). Sum of RGB (Red+Green+Blue) = 175+109+240=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF6DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6DF0 is #50920F. Grayscale: #8F8F8F. Windows color (decimal): -5280272 or 15756719. OLE color: 15756719.

HSL color Cylindrical-coordinate representation of color #AF6DF0: hue angle of 270.23º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF6DF0 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175109240-
CMYK0.270.5500.06
HSL270.23º81.37%68.43%-
HSV(B)270.23º54.58%94.12%-
XYZ38.8826.3485.47-
YUV143.67182.37150.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 109 (42.97% from 255) = 20.80%
BLUE value IS 240 (94.14% from 255) = 45.80%
R=33.40%
G=20.80%
B=45.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751092400.270.5500.06270.2381.3768.43
HexAF6DF01B370610e5144
Octal257155360336706416121104
Binary1010111111011011111000011011110111011010000111010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6DF0; }

 p { color: rgb(175,109,240); }

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

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

 a { background-color: rgb(175,109,240); }

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

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

 span { border-color: rgb(175,109,240); }

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