#af78ed

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

Shades of Medium Purple #AF78ED

Tints of Medium Purple #AF78ED

Color information

#AF78ED (or 0xAF78ED) is unknown color: approx Medium Purple. HEX triplet: AF, 78 and ED. RGB value is (175,120,237). Sum of RGB (Red+Green+Blue) = 175+120+237=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF78ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF78ED is #508712. Grayscale: #959595. Windows color (decimal): -5277459 or 15562927. OLE color: 15562927.

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

Color convert

RGB175120237-
CMYK0.260.4900.07
HSL268.21º76.47%70%-
HSV(B)268.21º49.37%92.94%-
XYZ39.6828.6683.56-
YUV149.78177.22145.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 120 (47.27% from 255) = 22.56%
BLUE value IS 237 (92.97% from 255) = 44.55%
R=32.89%
G=22.56%
B=44.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751202370.260.4900.07268.2176.4770
HexAF78ED1A310710c4c46
Octal257170355326107414114106
Binary1010111111110001110110111010110001011110000110010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af78ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af78ed; }

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

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

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

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

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

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

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

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