#AF78F4

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

Shades of Medium Purple #AF78F4

Tints of Medium Purple #AF78F4

Color information

#AF78F4 (or 0xAF78F4) is unknown color: approx Medium Purple. HEX triplet: AF, 78 and F4. RGB value is (175,120,244). Sum of RGB (Red+Green+Blue) = 175+120+244=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 244 (95.70% from 255 or 45.27% from 539); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF78F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF78F4 is #50870B. Grayscale: #969696. Windows color (decimal): -5277452 or 16021679. OLE color: 16021679.

HSL color Cylindrical-coordinate representation of color #AF78F4: hue angle of 266.61º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF78F4 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175120244-
CMYK0.280.5100.04
HSL266.61º84.93%71.37%-
HSV(B)266.61º50.82%95.69%-
XYZ40.7229.0889.05-
YUV150.58180.72145.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 120 (47.27% from 255) = 22.26%
BLUE value IS 244 (95.70% from 255) = 45.27%
R=32.47%
G=22.26%
B=45.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751202440.280.5100.04266.6184.9371.37
HexAF78F41C330410b5547
Octal257170364346304413125107
Binary1010111111110001111010011100110011010010000101110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF78F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF78F4; }

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

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

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

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

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

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

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

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