#af6af1

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

Shades of Medium Purple #AF6AF1

Tints of Medium Purple #AF6AF1

Color information

#AF6AF1 (or 0xAF6AF1) is unknown color: approx Medium Purple. HEX triplet: AF, 6A and F1. RGB value is (175,106,241). Sum of RGB (Red+Green+Blue) = 175+106+241=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF6AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6AF1 is #50950E. Grayscale: #8D8D8D. Windows color (decimal): -5281039 or 15821487. OLE color: 15821487.

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

Color convert

RGB175106241-
CMYK0.270.5600.05
HSL270.67º82.82%68.04%-
HSV(B)270.67º56.02%94.51%-
XYZ38.7125.7786.15-
YUV142.02183.86151.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 106 (41.80% from 255) = 20.31%
BLUE value IS 241 (94.53% from 255) = 46.17%
R=33.52%
G=20.31%
B=46.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751062410.270.5600.05270.6782.8268.04
HexAF6AF11B380510f5344
Octal257152361337005417123104
Binary1010111111010101111000111011111000010110000111110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af6af1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af6af1; }

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

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

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

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

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

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

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

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