#AB8DDC

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

Shades of Biloba Flower #AB8DDC

Tints of Biloba Flower #AB8DDC

Color information

#AB8DDC (or 0xAB8DDC) is unknown color: approx Biloba Flower. HEX triplet: AB, 8D and DC. RGB value is (171,141,220). Sum of RGB (Red+Green+Blue) = 171+141+220=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB8DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DDC is #547223. Grayscale: #9E9E9E. Windows color (decimal): -5534244 or 14454187. OLE color: 14454187.

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

Color convert

RGB171141220-
CMYK0.220.3600.14
HSL262.78º53.02%70.78%-
HSV(B)262.78º35.91%86.27%-
XYZ39.2432.8771.99-
YUV158.98162.44136.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.14%
GREEN value IS 141 (55.47% from 255) = 26.50%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=32.14%
G=26.50%
B=41.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711412200.220.3600.14262.7853.0270.78
HexAB8DDC16240E1073547
Octal253215334264401640765107
Binary10101011100011011101110010110100100011101000001111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8DDC; }

 p { color: rgb(171,141,220); }

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

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

 a { background-color: rgb(171,141,220); }

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

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

 span { border-color: rgb(171,141,220); }

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