#AF78E9

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

Shades of Medium Purple #AF78E9

Tints of Medium Purple #AF78E9

Color information

#AF78E9 (or 0xAF78E9) is unknown color: approx Medium Purple. HEX triplet: AF, 78 and E9. RGB value is (175,120,233). Sum of RGB (Red+Green+Blue) = 175+120+233=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 233 (91.41% from 255 or 44.13% from 528); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF78E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF78E9 is #508716. Grayscale: #949494. Windows color (decimal): -5277463 or 15300783. OLE color: 15300783.

HSL color Cylindrical-coordinate representation of color #AF78E9: hue angle of 269.2º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF78E9 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175120233-
CMYK0.250.4800.09
HSL269.2º71.97%69.22%-
HSV(B)269.2º48.5%91.37%-
XYZ39.128.4380.52-
YUV149.33175.22146.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 120 (47.27% from 255) = 22.73%
BLUE value IS 233 (91.41% from 255) = 44.13%
R=33.14%
G=22.73%
B=44.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1751202330.250.4800.09269.271.9769.22
HexAF78E919300910d4845
Octal2571703513160011415110105
Binary10101111111100011101001110011100000100110000110110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF78E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF78E9; }

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

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

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

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

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

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

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

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