#AB8DDE

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

Shades of Biloba Flower #AB8DDE

Tints of Biloba Flower #AB8DDE

Color information

#AB8DDE (or 0xAB8DDE) is unknown color: approx Biloba Flower. HEX triplet: AB, 8D and DE. RGB value is (171,141,222). Sum of RGB (Red+Green+Blue) = 171+141+222=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB8DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DDE is #547221. Grayscale: #9E9E9E. Windows color (decimal): -5534242 or 14585259. OLE color: 14585259.

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

Color convert

RGB171141222-
CMYK0.230.3600.13
HSL262.22º55.1%71.18%-
HSV(B)262.22º36.49%87.06%-
XYZ39.532.9873.39-
YUV159.2163.44136.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.02%
GREEN value IS 141 (55.47% from 255) = 26.40%
BLUE value IS 222 (87.11% from 255) = 41.57%
R=32.02%
G=26.40%
B=41.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711412220.230.3600.13262.2255.171.18
HexAB8DDE17240D1063747
Octal253215336274401540667107
Binary10101011100011011101111010111100100011011000001101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8DDE; }

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

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

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

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

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

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

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

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