#AB66ED

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

Shades of Medium Purple #AB66ED

Tints of Medium Purple #AB66ED

Color information

#AB66ED (or 0xAB66ED) is unknown color: approx Medium Purple. HEX triplet: AB, 66 and ED. RGB value is (171,102,237). Sum of RGB (Red+Green+Blue) = 171+102+237=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB66ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB66ED is #549912. Grayscale: #898989. Windows color (decimal): -5544211 or 15558315. OLE color: 15558315.

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

Color convert

RGB171102237-
CMYK0.280.5700.07
HSL270.67º78.95%66.47%-
HSV(B)270.67º56.96%92.94%-
XYZ36.8324.2882.87-
YUV138.02183.86151.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 102 (40.23% from 255) = 20%
BLUE value IS 237 (92.97% from 255) = 46.47%
R=33.53%
G=20%
B=46.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711022370.280.5700.07270.6778.9566.47
HexAB66ED1C390710f4f42
Octal253146355347107417117102
Binary1010101111001101110110111100111001011110000111110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB66ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB66ED; }

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

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

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

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

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

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

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

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