#AB8ADF

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

Shades of Biloba Flower #AB8ADF

Tints of Biloba Flower #AB8ADF

Color information

#AB8ADF (or 0xAB8ADF) is unknown color: approx Biloba Flower. HEX triplet: AB, 8A and DF. RGB value is (171,138,223). Sum of RGB (Red+Green+Blue) = 171+138+223=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB8ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8ADF is #547520. Grayscale: #9D9D9D. Windows color (decimal): -5535009 or 14650027. OLE color: 14650027.

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

Color convert

RGB171138223-
CMYK0.230.3800.13
HSL263.29º57.05%70.78%-
HSV(B)263.29º38.12%87.45%-
XYZ39.232.1673.95-
YUV157.56164.93137.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.14%
GREEN value IS 138 (54.30% from 255) = 25.94%
BLUE value IS 223 (87.5% from 255) = 41.92%
R=32.14%
G=25.94%
B=41.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711382230.230.3800.13263.2957.0570.78
HexAB8ADF17260D1073947
Octal253212337274601540771107
Binary10101011100010101101111110111100110011011000001111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8ADF; }

 p { color: rgb(171,138,223); }

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

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

 a { background-color: rgb(171,138,223); }

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

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

 span { border-color: rgb(171,138,223); }

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