#AB78EE

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

Shades of Medium Purple #AB78EE

Tints of Medium Purple #AB78EE

Color information

#AB78EE (or 0xAB78EE) is unknown color: approx Medium Purple. HEX triplet: AB, 78 and EE. RGB value is (171,120,238). Sum of RGB (Red+Green+Blue) = 171+120+238=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB78EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB78EE is #548711. Grayscale: #949494. Windows color (decimal): -5539602 or 15628459. OLE color: 15628459.

HSL color Cylindrical-coordinate representation of color #AB78EE: hue angle of 265.93º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB78EE is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171120238-
CMYK0.280.5000.07
HSL265.93º77.63%70.2%-
HSV(B)265.93º49.58%93.33%-
XYZ38.9428.2684.29-
YUV148.7178.4143.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.33%
GREEN value IS 120 (47.27% from 255) = 22.68%
BLUE value IS 238 (93.36% from 255) = 44.99%
R=32.33%
G=22.68%
B=44.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711202380.280.5000.07265.9377.6370.2
HexAB78EE1C320710a4e46
Octal253170356346207412116106
Binary1010101111110001110111011100110010011110000101010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB78EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB78EE; }

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

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

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

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

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

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

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

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