#AF6DFD

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

Shades of Medium Purple #AF6DFD

Tints of Medium Purple #AF6DFD

Color information

#AF6DFD (or 0xAF6DFD) is unknown color: approx Medium Purple. HEX triplet: AF, 6D and FD. RGB value is (175,109,253). Sum of RGB (Red+Green+Blue) = 175+109+253=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF6DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6DFD is #509202. Grayscale: #909090. Windows color (decimal): -5280259 or 16608687. OLE color: 16608687.

HSL color Cylindrical-coordinate representation of color #AF6DFD: hue angle of 267.5º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF6DFD is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175109253-
CMYK0.310.5700.01
HSL267.5º97.3%70.98%-
HSV(B)267.5º56.92%99.22%-
XYZ40.8827.1496.01-
YUV145.15188.87149.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 109 (42.97% from 255) = 20.30%
BLUE value IS 253 (99.22% from 255) = 47.11%
R=32.59%
G=20.30%
B=47.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751092530.310.5700.01267.597.370.98
HexAF6DFD1F390110c6147
Octal257155375377101414141107
Binary10101111110110111111101111111110010110000110011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6DFD; }

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

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

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

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

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

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

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

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