#AF6DED

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

Shades of Medium Purple #AF6DED

Tints of Medium Purple #AF6DED

Color information

#AF6DED (or 0xAF6DED) is unknown color: approx Medium Purple. HEX triplet: AF, 6D and ED. RGB value is (175,109,237). Sum of RGB (Red+Green+Blue) = 175+109+237=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF6DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6DED is #509212. Grayscale: #8E8E8E. Windows color (decimal): -5280275 or 15560111. OLE color: 15560111.

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

Color convert

RGB175109237-
CMYK0.260.5400.07
HSL270.94º78.05%67.84%-
HSV(B)270.94º54.01%92.94%-
XYZ38.4326.1783.15-
YUV143.33180.87150.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 109 (42.97% from 255) = 20.92%
BLUE value IS 237 (92.97% from 255) = 45.49%
R=33.59%
G=20.92%
B=45.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751092370.260.5400.07270.9478.0567.84
HexAF6DED1A360710f4e44
Octal257155355326607417116104
Binary1010111111011011110110111010110110011110000111110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6DED; }

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

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

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

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

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

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

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

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