#AB70E5

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

Shades of Medium Purple #AB70E5

Tints of Medium Purple #AB70E5

Color information

#AB70E5 (or 0xAB70E5) is unknown color: approx Medium Purple. HEX triplet: AB, 70 and E5. RGB value is (171,112,229). Sum of RGB (Red+Green+Blue) = 171+112+229=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB70E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70E5 is #548F1A. Grayscale: #8E8E8E. Windows color (decimal): -5541659 or 15036587. OLE color: 15036587.

HSL color Cylindrical-coordinate representation of color #AB70E5: hue angle of 270.26º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB70E5 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171112229-
CMYK0.250.5100.10
HSL270.26º69.23%66.86%-
HSV(B)270.26º51.09%89.8%-
XYZ36.7325.977.19-
YUV142.98176.55147.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 112 (44.14% from 255) = 21.88%
BLUE value IS 229 (89.84% from 255) = 44.73%
R=33.40%
G=21.88%
B=44.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1711122290.250.5100.10270.2669.2366.86
HexAB70E519330A10e4543
Octal2531603453163012416105103
Binary10101011111000011100101110011100110101010000111010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB70E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB70E5; }

 p { color: rgb(171,112,229); }

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

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

 a { background-color: rgb(171,112,229); }

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

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

 span { border-color: rgb(171,112,229); }

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