#af70ed

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

Shades of Medium Purple #AF70ED

Tints of Medium Purple #AF70ED

Color information

#AF70ED (or 0xAF70ED) is unknown color: approx Medium Purple. HEX triplet: AF, 70 and ED. RGB value is (175,112,237). Sum of RGB (Red+Green+Blue) = 175+112+237=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF70ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF70ED is #508F12. Grayscale: #909090. Windows color (decimal): -5279507 or 15560879. OLE color: 15560879.

HSL color Cylindrical-coordinate representation of color #AF70ED: hue angle of 270.24º 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 #AF70ED is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175112237-
CMYK0.260.5300.07
HSL270.24º77.64%68.43%-
HSV(B)270.24º52.74%92.94%-
XYZ38.7626.8283.25-
YUV145.09179.87149.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 112 (44.14% from 255) = 21.37%
BLUE value IS 237 (92.97% from 255) = 45.23%
R=33.40%
G=21.37%
B=45.23%

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
Decimal1751122370.260.5300.07270.2477.6468.43
HexAF70ED1A350710e4e44
Octal257160355326507416116104
Binary1010111111100001110110111010110101011110000111010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af70ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af70ed; }

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

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

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

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

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

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

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

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