#AF78E2

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

Shades of Medium Purple #AF78E2

Tints of Medium Purple #AF78E2

Color information

#AF78E2 (or 0xAF78E2) is unknown color: approx Medium Purple. HEX triplet: AF, 78 and E2. RGB value is (175,120,226). Sum of RGB (Red+Green+Blue) = 175+120+226=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 226 (88.67% from 255 or 43.38% from 521); Max value from RGB is 226 - color contains mainly: blue. Hex color #AF78E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF78E2 is #50871D. Grayscale: #949494. Windows color (decimal): -5277470 or 14842031. OLE color: 14842031.

HSL color Cylindrical-coordinate representation of color #AF78E2: hue angle of 271.13º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF78E2 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175120226-
CMYK0.230.4700.11
HSL271.13º64.63%67.84%-
HSV(B)271.13º46.9%88.63%-
XYZ38.1228.0475.35-
YUV148.53171.72146.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 120 (47.27% from 255) = 23.03%
BLUE value IS 226 (88.67% from 255) = 43.38%
R=33.59%
G=23.03%
B=43.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751202260.230.4700.11271.1364.6367.84
HexAF78E2172F0B10f4144
Octal2571703422757013417101104
Binary10101111111100011100010101111011110101110000111110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF78E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF78E2; }

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

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

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

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

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

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

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

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