#AB78E2

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

Shades of Medium Purple #AB78E2

Tints of Medium Purple #AB78E2

Color information

#AB78E2 (or 0xAB78E2) is unknown color: approx Medium Purple. HEX triplet: AB, 78 and E2. RGB value is (171,120,226). Sum of RGB (Red+Green+Blue) = 171+120+226=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 120 (47.27% from 255 or 23.21% from 517); Blue value is 226 (88.67% from 255 or 43.71% from 517); Max value from RGB is 226 - color contains mainly: blue. Hex color #AB78E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB78E2 is #54871D. Grayscale: #929292. Windows color (decimal): -5539614 or 14842027. OLE color: 14842027.

HSL color Cylindrical-coordinate representation of color #AB78E2: hue angle of 268.87º 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 #AB78E2 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171120226-
CMYK0.240.4700.11
HSL268.87º64.63%67.84%-
HSV(B)268.87º46.9%88.63%-
XYZ37.2427.5875.31-
YUV147.33172.4144.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 120 (47.27% from 255) = 23.21%
BLUE value IS 226 (88.67% from 255) = 43.71%
R=33.08%
G=23.21%
B=43.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711202260.240.4700.11268.8764.6367.84
HexAB78E2182F0B10d4144
Octal2531703423057013415101104
Binary10101011111100011100010110001011110101110000110110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB78E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB78E2; }

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

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

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

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

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

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

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

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