#AB8DD3

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

Shades of Biloba Flower #AB8DD3

Tints of Biloba Flower #AB8DD3

Color information

#AB8DD3 (or 0xAB8DD3) is unknown color: approx Biloba Flower. HEX triplet: AB, 8D and D3. RGB value is (171,141,211). Sum of RGB (Red+Green+Blue) = 171+141+211=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 211 (82.81% from 255 or 40.34% from 523); Max value from RGB is 211 - color contains mainly: blue. Hex color #AB8DD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DD3 is #54722C. Grayscale: #9D9D9D. Windows color (decimal): -5534253 or 13864363. OLE color: 13864363.

HSL color Cylindrical-coordinate representation of color #AB8DD3: hue angle of 265.71º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB8DD3 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB171141211-
CMYK0.190.3300.17
HSL265.71º44.3%69.02%-
HSV(B)265.71º33.18%82.75%-
XYZ38.0832.4165.88-
YUV157.95157.94137.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.70%
GREEN value IS 141 (55.47% from 255) = 26.96%
BLUE value IS 211 (82.81% from 255) = 40.34%
R=32.70%
G=26.96%
B=40.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1711412110.190.3300.17265.7144.369.02
HexAB8DD3132101110a2c45
Octal253215323234102141254105
Binary101010111000110111010011100111000010100011000010101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8DD3; }

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

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

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

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

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

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

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

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