#AB8CD8

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

Shades of Biloba Flower #AB8CD8

Tints of Biloba Flower #AB8CD8

Color information

#AB8CD8 (or 0xAB8CD8) is unknown color: approx Biloba Flower. HEX triplet: AB, 8C and D8. RGB value is (171,140,216). Sum of RGB (Red+Green+Blue) = 171+140+216=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB8CD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CD8 is #547327. Grayscale: #9D9D9D. Windows color (decimal): -5534504 or 14191787. OLE color: 14191787.

HSL color Cylindrical-coordinate representation of color #AB8CD8: hue angle of 264.47º degrees, saturation: 0.49, 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 #AB8CD8 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171140216-
CMYK0.210.3500.15
HSL264.47º49.35%69.8%-
HSV(B)264.47º35.19%84.71%-
XYZ38.5732.3769.18-
YUV157.93160.77137.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 140 (55.08% from 255) = 26.57%
BLUE value IS 216 (84.77% from 255) = 40.99%
R=32.45%
G=26.57%
B=40.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711402160.210.3500.15264.4749.3569.8
HexAB8CD815230F1083146
Octal253214330254301741061106
Binary10101011100011001101100010101100011011111000010001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8CD8; }

 p { color: rgb(171,140,216); }

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

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

 a { background-color: rgb(171,140,216); }

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

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

 span { border-color: rgb(171,140,216); }

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