#af6fed

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

Shades of Medium Purple #AF6FED

Tints of Medium Purple #AF6FED

Color information

#AF6FED (or 0xAF6FED) is unknown color: approx Medium Purple. HEX triplet: AF, 6F and ED. RGB value is (175,111,237). Sum of RGB (Red+Green+Blue) = 175+111+237=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF6FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6FED is #509012. Grayscale: #909090. Windows color (decimal): -5279763 or 15560623. OLE color: 15560623.

HSL color Cylindrical-coordinate representation of color #AF6FED: hue angle of 270.48º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF6FED is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175111237-
CMYK0.260.5300.07
HSL270.48º77.78%68.24%-
HSV(B)270.48º53.16%92.94%-
XYZ38.6526.683.22-
YUV144.5180.2149.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 111 (43.75% from 255) = 21.22%
BLUE value IS 237 (92.97% from 255) = 45.32%
R=33.46%
G=21.22%
B=45.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751112370.260.5300.07270.4877.7868.24
HexAF6FED1A350710e4e44
Octal257157355326507416116104
Binary1010111111011111110110111010110101011110000111010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af6fed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af6fed; }

 p { color: rgb(175,111,237); }

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

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

 a { background-color: rgb(175,111,237); }

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

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

 span { border-color: rgb(175,111,237); }

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