#AB8ED8

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

Shades of Biloba Flower #AB8ED8

Tints of Biloba Flower #AB8ED8

Color information

#AB8ED8 (or 0xAB8ED8) is unknown color: approx Biloba Flower. HEX triplet: AB, 8E and D8. RGB value is (171,142,216). Sum of RGB (Red+Green+Blue) = 171+142+216=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB8ED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8ED8 is #547127. Grayscale: #9E9E9E. Windows color (decimal): -5533992 or 14192299. OLE color: 14192299.

HSL color Cylindrical-coordinate representation of color #AB8ED8: hue angle of 263.51º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB8ED8 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171142216-
CMYK0.210.3400.15
HSL263.51º48.68%70.2%-
HSV(B)263.51º34.26%84.71%-
XYZ38.8632.9669.28-
YUV159.11160.11136.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.33%
GREEN value IS 142 (55.86% from 255) = 26.84%
BLUE value IS 216 (84.77% from 255) = 40.83%
R=32.33%
G=26.84%
B=40.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711422160.210.3400.15263.5148.6870.2
HexAB8ED815220F1083146
Octal253216330254201741061106
Binary10101011100011101101100010101100010011111000010001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8ED8; }

 p { color: rgb(171,142,216); }

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

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

 a { background-color: rgb(171,142,216); }

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

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

 span { border-color: rgb(171,142,216); }

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