#AB81E7

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

Shades of Biloba Flower #AB81E7

Tints of Biloba Flower #AB81E7

Color information

#AB81E7 (or 0xAB81E7) is unknown color: approx Biloba Flower. HEX triplet: AB, 81 and E7. RGB value is (171,129,231). Sum of RGB (Red+Green+Blue) = 171+129+231=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB81E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB81E7 is #547E18. Grayscale: #989898. Windows color (decimal): -5537305 or 15172011. OLE color: 15172011.

HSL color Cylindrical-coordinate representation of color #AB81E7: hue angle of 264.71º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB81E7 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171129231-
CMYK0.260.4400.09
HSL264.71º68%70.59%-
HSV(B)264.71º44.16%90.59%-
XYZ39.0730.1379.36-
YUV153.19171.91140.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 129 (50.78% from 255) = 24.29%
BLUE value IS 231 (90.62% from 255) = 43.50%
R=32.20%
G=24.29%
B=43.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1711292310.260.4400.09264.716870.59
HexAB81E71A2C091094447
Octal2532013473254011411104107
Binary101010111000000111100111110101011000100110000100110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB81E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB81E7; }

 p { color: rgb(171,129,231); }

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

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

 a { background-color: rgb(171,129,231); }

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

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

 span { border-color: rgb(171,129,231); }

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