#AB96DB

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

Shades of Biloba Flower #AB96DB

Tints of Biloba Flower #AB96DB

Color information

#AB96DB (or 0xAB96DB) is unknown color: approx Biloba Flower. HEX triplet: AB, 96 and DB. RGB value is (171,150,219). Sum of RGB (Red+Green+Blue) = 171+150+219=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB96DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96DB is #546924. Grayscale: #A3A3A3. Windows color (decimal): -5531941 or 14390955. OLE color: 14390955.

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

Color convert

RGB171150219-
CMYK0.220.3200.14
HSL258.26º48.94%72.35%-
HSV(B)258.26º31.51%85.88%-
XYZ40.4935.5971.75-
YUV164.14158.96132.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.67%
GREEN value IS 150 (58.98% from 255) = 27.78%
BLUE value IS 219 (85.94% from 255) = 40.56%
R=31.67%
G=27.78%
B=40.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711502190.220.3200.14258.2648.9472.35
HexAB96DB16200E1023148
Octal253226333264001640261110
Binary10101011100101101101101110110100000011101000000101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB96DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB96DB; }

 p { color: rgb(171,150,219); }

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

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

 a { background-color: rgb(171,150,219); }

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

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

 span { border-color: rgb(171,150,219); }

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