#AF6DF4

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

Shades of Medium Purple #AF6DF4

Tints of Medium Purple #AF6DF4

Color information

#AF6DF4 (or 0xAF6DF4) is unknown color: approx Medium Purple. HEX triplet: AF, 6D and F4. RGB value is (175,109,244). Sum of RGB (Red+Green+Blue) = 175+109+244=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 244 (95.70% from 255 or 46.21% from 528); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF6DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6DF4 is #50920B. Grayscale: #8F8F8F. Windows color (decimal): -5280268 or 16018863. OLE color: 16018863.

HSL color Cylindrical-coordinate representation of color #AF6DF4: hue angle of 269.33º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF6DF4 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175109244-
CMYK0.280.5500.04
HSL269.33º85.99%69.22%-
HSV(B)269.33º55.33%95.69%-
XYZ39.4826.5888.64-
YUV144.12184.37150.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 109 (42.97% from 255) = 20.64%
BLUE value IS 244 (95.70% from 255) = 46.21%
R=33.14%
G=20.64%
B=46.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751092440.280.5500.04269.3385.9969.22
HexAF6DF41C370410d5645
Octal257155364346704415126105
Binary1010111111011011111010011100110111010010000110110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6DF4; }

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

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

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

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

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

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

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

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