#AB91DC

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

Shades of Biloba Flower #AB91DC

Tints of Biloba Flower #AB91DC

Color information

#AB91DC (or 0xAB91DC) is unknown color: approx Biloba Flower. HEX triplet: AB, 91 and DC. RGB value is (171,145,220). Sum of RGB (Red+Green+Blue) = 171+145+220=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB91DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91DC is #546E23. Grayscale: #A1A1A1. Windows color (decimal): -5533220 or 14455211. OLE color: 14455211.

HSL color Cylindrical-coordinate representation of color #AB91DC: hue angle of 260.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB91DC is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171145220-
CMYK0.220.3400.14
HSL260.8º51.72%71.57%-
HSV(B)260.8º34.09%86.27%-
XYZ39.8434.0872.19-
YUV161.32161.11134.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 145 (57.03% from 255) = 27.05%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=31.90%
G=27.05%
B=41.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711452200.220.3400.14260.851.7271.57
HexAB91DC16220E1053448
Octal253221334264201640564110
Binary10101011100100011101110010110100010011101000001011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB91DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB91DC; }

 p { color: rgb(171,145,220); }

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

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

 a { background-color: rgb(171,145,220); }

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

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

 span { border-color: rgb(171,145,220); }

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