#AB76DE

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

Shades of Medium Purple #AB76DE

Tints of Medium Purple #AB76DE

Color information

#AB76DE (or 0xAB76DE) is unknown color: approx Medium Purple. HEX triplet: AB, 76 and DE. RGB value is (171,118,222). Sum of RGB (Red+Green+Blue) = 171+118+222=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB76DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB76DE is #548921. Grayscale: #919191. Windows color (decimal): -5540130 or 14579371. OLE color: 14579371.

HSL color Cylindrical-coordinate representation of color #AB76DE: hue angle of 270.58º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB76DE is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171118222-
CMYK0.230.4700.13
HSL270.58º61.18%66.67%-
HSV(B)270.58º46.85%87.06%-
XYZ36.4626.8972.38-
YUV145.7171.06146.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 118 (46.48% from 255) = 23.09%
BLUE value IS 222 (87.11% from 255) = 43.44%
R=33.46%
G=23.09%
B=43.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711182220.230.4700.13270.5861.1866.67
HexAB76DE172F0D10f3d43
Octal253166336275701541775103
Binary1010101111101101101111010111101111011011000011111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB76DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB76DE; }

 p { color: rgb(171,118,222); }

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

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

 a { background-color: rgb(171,118,222); }

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

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

 span { border-color: rgb(171,118,222); }

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