#AB8DD5

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

Shades of Biloba Flower #AB8DD5

Tints of Biloba Flower #AB8DD5

Color information

#AB8DD5 (or 0xAB8DD5) is unknown color: approx Biloba Flower. HEX triplet: AB, 8D and D5. RGB value is (171,141,213). Sum of RGB (Red+Green+Blue) = 171+141+213=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB8DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DD5 is #54722A. Grayscale: #9D9D9D. Windows color (decimal): -5534251 or 13995435. OLE color: 13995435.

HSL color Cylindrical-coordinate representation of color #AB8DD5: hue angle of 265º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB8DD5 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171141213-
CMYK0.200.3400.16
HSL265º46.15%69.41%-
HSV(B)265º33.8%83.53%-
XYZ38.3332.5167.21-
YUV158.18158.94137.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.57%
GREEN value IS 141 (55.47% from 255) = 26.86%
BLUE value IS 213 (83.59% from 255) = 40.57%
R=32.57%
G=26.86%
B=40.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711412130.200.3400.1626546.1569.41
HexAB8DD514220101092e45
Octal253215325244202041156105
Binary101010111000110111010101101001000100100001000010011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8DD5; }

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

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

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

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

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

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

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

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