#AB8ADB

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

Shades of Biloba Flower #AB8ADB

Tints of Biloba Flower #AB8ADB

Color information

#AB8ADB (or 0xAB8ADB) is unknown color: approx Biloba Flower. HEX triplet: AB, 8A and DB. RGB value is (171,138,219). Sum of RGB (Red+Green+Blue) = 171+138+219=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB8ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8ADB is #547524. Grayscale: #9C9C9C. Windows color (decimal): -5535013 or 14387883. OLE color: 14387883.

HSL color Cylindrical-coordinate representation of color #AB8ADB: hue angle of 264.44º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB8ADB is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171138219-
CMYK0.220.3700.14
HSL264.44º52.94%70%-
HSV(B)264.44º36.99%85.88%-
XYZ38.6731.9571.15-
YUV157.1162.93137.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.39%
GREEN value IS 138 (54.30% from 255) = 26.14%
BLUE value IS 219 (85.94% from 255) = 41.48%
R=32.39%
G=26.14%
B=41.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711382190.220.3700.14264.4452.9470
HexAB8ADB16250E1083546
Octal253212333264501641065106
Binary10101011100010101101101110110100101011101000010001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8ADB; }

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

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

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

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

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

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

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

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