#AB66FF

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

Shades of Medium Purple #AB66FF

Tints of Medium Purple #AB66FF

Color information

#AB66FF (or 0xAB66FF) is unknown color: approx Medium Purple. HEX triplet: AB, 66 and FF. RGB value is (171,102,255). Sum of RGB (Red+Green+Blue) = 171+102+255=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB66FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB66FF is #549900. Grayscale: #8B8B8B. Windows color (decimal): -5544193 or 16737963. OLE color: 16737963.

HSL color Cylindrical-coordinate representation of color #AB66FF: hue angle of 267.06º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB66FF is Cyan = 0.33, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB171102255-
CMYK0.330.600
HSL267.06º100%70%-
HSV(B)267.06º60%100%-
XYZ39.625.3897.42-
YUV140.07192.86150.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.39%
GREEN value IS 102 (40.23% from 255) = 19.32%
BLUE value IS 255 (100% from 255) = 48.30%
R=32.39%
G=19.32%
B=48.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711022550.330.600267.0610070
HexAB66FF213C0010b6446
Octal253146377417400413144106
Binary101010111100110111111111000011111000010000101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB66FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB66FF; }

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

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

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

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

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

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

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

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