#A890DB

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

Shades of Biloba Flower #A890DB

Tints of Biloba Flower #A890DB

Color information

#A890DB (or 0xA890DB) is unknown color: approx Biloba Flower. HEX triplet: A8, 90 and DB. RGB value is (168,144,219). Sum of RGB (Red+Green+Blue) = 168+144+219=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #A890DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890DB is #576F24. Grayscale: #9F9F9F. Windows color (decimal): -5730085 or 14389416. OLE color: 14389416.

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

Color convert

RGB168144219-
CMYK0.230.3400.14
HSL259.2º51.02%71.18%-
HSV(B)259.2º34.25%85.88%-
XYZ38.9133.3971.41-
YUV159.73161.45133.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.64%
GREEN value IS 144 (56.64% from 255) = 27.12%
BLUE value IS 219 (85.94% from 255) = 41.24%
R=31.64%
G=27.12%
B=41.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681442190.230.3400.14259.251.0271.18
HexA890DB17220E1033347
Octal250220333274201640363107
Binary10101000100100001101101110111100010011101000000111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A890DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A890DB; }

 p { color: rgb(168,144,219); }

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

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

 a { background-color: rgb(168,144,219); }

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

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

 span { border-color: rgb(168,144,219); }

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