#AB66EF

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

Shades of Medium Purple #AB66EF

Tints of Medium Purple #AB66EF

Color information

#AB66EF (or 0xAB66EF) is unknown color: approx Medium Purple. HEX triplet: AB, 66 and EF. RGB value is (171,102,239). Sum of RGB (Red+Green+Blue) = 171+102+239=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB66EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB66EF is #549910. Grayscale: #898989. Windows color (decimal): -5544209 or 15689387. OLE color: 15689387.

HSL color Cylindrical-coordinate representation of color #AB66EF: hue angle of 270.22º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB66EF is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171102239-
CMYK0.280.5700.06
HSL270.22º81.07%66.86%-
HSV(B)270.22º57.32%93.73%-
XYZ37.1324.3984.41-
YUV138.25184.86151.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 102 (40.23% from 255) = 19.92%
BLUE value IS 239 (93.75% from 255) = 46.68%
R=33.40%
G=19.92%
B=46.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711022390.280.5700.06270.2281.0766.86
HexAB66EF1C390610e5143
Octal253146357347106416121103
Binary1010101111001101110111111100111001011010000111010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB66EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB66EF; }

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

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

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

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

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

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

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

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