#AB90DD

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

Shades of Biloba Flower #AB90DD

Tints of Biloba Flower #AB90DD

Color information

#AB90DD (or 0xAB90DD) is unknown color: approx Biloba Flower. HEX triplet: AB, 90 and DD. RGB value is (171,144,221). Sum of RGB (Red+Green+Blue) = 171+144+221=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB90DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90DD is #546F22. Grayscale: #A0A0A0. Windows color (decimal): -5533475 or 14520491. OLE color: 14520491.

HSL color Cylindrical-coordinate representation of color #AB90DD: hue angle of 261.04º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB90DD is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171144221-
CMYK0.230.3500.13
HSL261.04º53.1%71.57%-
HSV(B)261.04º34.84%86.67%-
XYZ39.8233.8272.84-
YUV160.85161.95135.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 144 (56.64% from 255) = 26.87%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=31.90%
G=26.87%
B=41.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711442210.230.3500.13261.0453.171.57
HexAB90DD17230D1053548
Octal253220335274301540565110
Binary10101011100100001101110110111100011011011000001011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB90DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB90DD; }

 p { color: rgb(171,144,221); }

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

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

 a { background-color: rgb(171,144,221); }

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

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

 span { border-color: rgb(171,144,221); }

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