#AB69FF

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

Shades of Medium Purple #AB69FF

Tints of Medium Purple #AB69FF

Color information

#AB69FF (or 0xAB69FF) is unknown color: approx Medium Purple. HEX triplet: AB, 69 and FF. RGB value is (171,105,255). Sum of RGB (Red+Green+Blue) = 171+105+255=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB69FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB69FF is #549600. Grayscale: #8D8D8D. Windows color (decimal): -5543425 or 16738731. OLE color: 16738731.

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

Color convert

RGB171105255-
CMYK0.330.5900
HSL266.4º100%70.59%-
HSV(B)266.4º58.82%100%-
XYZ39.925.9897.52-
YUV141.83191.87148.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 105 (41.41% from 255) = 19.77%
BLUE value IS 255 (100% from 255) = 48.02%
R=32.20%
G=19.77%
B=48.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711052550.330.5900266.410070.59
HexAB69FF213B0010a6447
Octal253151377417300412144107
Binary101010111101001111111111000011110110010000101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB69FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB69FF; }

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

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

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

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

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

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

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

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