#AB93D8

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

Shades of Biloba Flower #AB93D8

Tints of Biloba Flower #AB93D8

Color information

#AB93D8 (or 0xAB93D8) is unknown color: approx Biloba Flower. HEX triplet: AB, 93 and D8. RGB value is (171,147,216). Sum of RGB (Red+Green+Blue) = 171+147+216=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB93D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB93D8 is #546C27. Grayscale: #A1A1A1. Windows color (decimal): -5532712 or 14193579. OLE color: 14193579.

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

Color convert

RGB171147216-
CMYK0.210.3200.15
HSL260.87º46.94%71.18%-
HSV(B)260.87º31.94%84.71%-
XYZ39.6234.4869.53-
YUV162.04158.45134.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.02%
GREEN value IS 147 (57.81% from 255) = 27.53%
BLUE value IS 216 (84.77% from 255) = 40.45%
R=32.02%
G=27.53%
B=40.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711472160.210.3200.15260.8746.9471.18
HexAB93D815200F1052f47
Octal253223330254001740557107
Binary10101011100100111101100010101100000011111000001011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB93D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB93D8; }

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

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

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

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

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

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

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

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