#AB70EE

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

Shades of Medium Purple #AB70EE

Tints of Medium Purple #AB70EE

Color information

#AB70EE (or 0xAB70EE) is unknown color: approx Medium Purple. HEX triplet: AB, 70 and EE. RGB value is (171,112,238). Sum of RGB (Red+Green+Blue) = 171+112+238=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB70EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB70EE is #548F11. Grayscale: #8F8F8F. Windows color (decimal): -5541650 or 15626411. OLE color: 15626411.

HSL color Cylindrical-coordinate representation of color #AB70EE: hue angle of 268.1º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB70EE is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171112238-
CMYK0.280.5300.07
HSL268.1º78.75%68.63%-
HSV(B)268.1º52.94%93.33%-
XYZ38.0226.4283.98-
YUV144181.05147.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 112 (44.14% from 255) = 21.50%
BLUE value IS 238 (93.36% from 255) = 45.68%
R=32.82%
G=21.50%
B=45.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711122380.280.5300.07268.178.7568.63
HexAB70EE1C350710c4f45
Octal253160356346507414117105
Binary1010101111100001110111011100110101011110000110010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB70EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB70EE; }

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

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

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

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

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

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

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

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