#AB81D9

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

Shades of Biloba Flower #AB81D9

Tints of Biloba Flower #AB81D9

Color information

#AB81D9 (or 0xAB81D9) is unknown color: approx Biloba Flower. HEX triplet: AB, 81 and D9. RGB value is (171,129,217). Sum of RGB (Red+Green+Blue) = 171+129+217=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB81D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB81D9 is #547E26. Grayscale: #979797. Windows color (decimal): -5537319 or 14254507. OLE color: 14254507.

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

Color convert

RGB171129217-
CMYK0.210.4100.15
HSL268.64º53.66%67.84%-
HSV(B)268.64º40.55%85.1%-
XYZ37.1729.3769.36-
YUV151.59164.91141.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 129 (50.78% from 255) = 24.95%
BLUE value IS 217 (85.16% from 255) = 41.97%
R=33.08%
G=24.95%
B=41.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711292170.210.4100.15268.6453.6667.84
HexAB81D915290F10d3644
Octal253201331255101741566104
Binary10101011100000011101100110101101001011111000011011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB81D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB81D9; }

 p { color: rgb(171,129,217); }

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

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

 a { background-color: rgb(171,129,217); }

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

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

 span { border-color: rgb(171,129,217); }

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