#AF77F0

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

Shades of Medium Purple #AF77F0

Tints of Medium Purple #AF77F0

Color information

#AF77F0 (or 0xAF77F0) is unknown color: approx Medium Purple. HEX triplet: AF, 77 and F0. RGB value is (175,119,240). Sum of RGB (Red+Green+Blue) = 175+119+240=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF77F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF77F0 is #50880F. Grayscale: #959595. Windows color (decimal): -5277712 or 15759279. OLE color: 15759279.

HSL color Cylindrical-coordinate representation of color #AF77F0: hue angle of 267.77º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF77F0 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175119240-
CMYK0.270.5000.06
HSL267.77º80.13%70.39%-
HSV(B)267.77º50.42%94.12%-
XYZ4028.685.85-
YUV149.54179.05146.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 119 (46.88% from 255) = 22.28%
BLUE value IS 240 (94.14% from 255) = 44.94%
R=32.77%
G=22.28%
B=44.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751192400.270.5000.06267.7780.1370.39
HexAF77F01B320610c5046
Octal257167360336206414120106
Binary1010111111101111111000011011110010011010000110010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF77F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF77F0; }

 p { color: rgb(175,119,240); }

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

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

 a { background-color: rgb(175,119,240); }

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

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

 span { border-color: rgb(175,119,240); }

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