#AB86DD

Color #AB86DD Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AB86DD

Tints of Biloba Flower #AB86DD

Color information

#AB86DD (or 0xAB86DD) is unknown color: approx Biloba Flower. HEX triplet: AB, 86 and DD. RGB value is (171,134,221). Sum of RGB (Red+Green+Blue) = 171+134+221=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB86DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB86DD is #547922. Grayscale: #9A9A9A. Windows color (decimal): -5536035 or 14517931. OLE color: 14517931.

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

Color convert

RGB171134221-
CMYK0.230.3900.13
HSL265.52º56.13%69.61%-
HSV(B)265.52º39.37%86.67%-
XYZ38.3730.9372.35-
YUV154.98165.26139.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 134 (52.73% from 255) = 25.48%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=32.51%
G=25.48%
B=42.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711342210.230.3900.13265.5256.1369.61
HexAB86DD17270D10a3846
Octal253206335274701541270106
Binary10101011100001101101110110111100111011011000010101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB86DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB86DD; }

 p { color: rgb(171,134,221); }

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

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

 a { background-color: rgb(171,134,221); }

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

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

 span { border-color: rgb(171,134,221); }

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