#AB8ADD

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

Shades of Biloba Flower #AB8ADD

Tints of Biloba Flower #AB8ADD

Color information

#AB8ADD (or 0xAB8ADD) is unknown color: approx Biloba Flower. HEX triplet: AB, 8A and DD. RGB value is (171,138,221). Sum of RGB (Red+Green+Blue) = 171+138+221=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB8ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8ADD is #547522. Grayscale: #9D9D9D. Windows color (decimal): -5535011 or 14518955. OLE color: 14518955.

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

Color convert

RGB171138221-
CMYK0.230.3800.13
HSL263.86º54.97%70.39%-
HSV(B)263.86º37.56%86.67%-
XYZ38.9332.0672.54-
YUV157.33163.93137.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.26%
GREEN value IS 138 (54.30% from 255) = 26.04%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=32.26%
G=26.04%
B=41.70%

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
Decimal1711382210.230.3800.13263.8654.9770.39
HexAB8ADD17260D1083746
Octal253212335274601541067106
Binary10101011100010101101110110111100110011011000010001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8ADD; }

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

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

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

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

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

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

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

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