#AB8DDA

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

Shades of Biloba Flower #AB8DDA

Tints of Biloba Flower #AB8DDA

Color information

#AB8DDA (or 0xAB8DDA) is unknown color: approx Biloba Flower. HEX triplet: AB, 8D and DA. RGB value is (171,141,218). Sum of RGB (Red+Green+Blue) = 171+141+218=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB8DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DDA is #547225. Grayscale: #9E9E9E. Windows color (decimal): -5534246 or 14323115. OLE color: 14323115.

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

Color convert

RGB171141218-
CMYK0.220.3500.15
HSL263.38º50.99%70.39%-
HSV(B)263.38º35.32%85.49%-
XYZ38.9732.7770.6-
YUV158.75161.44136.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.26%
GREEN value IS 141 (55.47% from 255) = 26.60%
BLUE value IS 218 (85.55% from 255) = 41.13%
R=32.26%
G=26.60%
B=41.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711412180.220.3500.15263.3850.9970.39
HexAB8DDA16230F1073346
Octal253215332264301740763106
Binary10101011100011011101101010110100011011111000001111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8DDA; }

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

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

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

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

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

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

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

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