#ab78ef

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

Shades of Medium Purple #AB78EF

Tints of Medium Purple #AB78EF

Color information

#AB78EF (or 0xAB78EF) is unknown color: approx Medium Purple. HEX triplet: AB, 78 and EF. RGB value is (171,120,239). Sum of RGB (Red+Green+Blue) = 171+120+239=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB78EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB78EF is #548710. Grayscale: #949494. Windows color (decimal): -5539601 or 15693995. OLE color: 15693995.

HSL color Cylindrical-coordinate representation of color #AB78EF: hue angle of 265.71º degrees, saturation: 0.79, 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 #AB78EF is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171120239-
CMYK0.280.5000.06
HSL265.71º78.81%70.39%-
HSV(B)265.71º49.79%93.73%-
XYZ39.0928.3285.07-
YUV148.82178.9143.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.26%
GREEN value IS 120 (47.27% from 255) = 22.64%
BLUE value IS 239 (93.75% from 255) = 45.09%
R=32.26%
G=22.64%
B=45.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711202390.280.5000.06265.7178.8170.39
HexAB78EF1C320610a4f46
Octal253170357346206412117106
Binary1010101111110001110111111100110010011010000101010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab78ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab78ef; }

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

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

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

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

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

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

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

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