#A189DD

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

Shades of Biloba Flower #A189DD

Tints of Biloba Flower #A189DD

Color information

#A189DD (or 0xA189DD) is unknown color: approx Biloba Flower. HEX triplet: A1, 89 and DD. RGB value is (161,137,221). Sum of RGB (Red+Green+Blue) = 161+137+221=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #A189DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189DD is #5E7622. Grayscale: #999999. Windows color (decimal): -6190627 or 14518689. OLE color: 14518689.

HSL color Cylindrical-coordinate representation of color #A189DD: hue angle of 257.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A189DD is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161137221-
CMYK0.270.3800.13
HSL257.14º55.26%70.2%-
HSV(B)257.14º38.01%86.67%-
XYZ36.6930.6972.4-
YUV153.75165.95133.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.02%
GREEN value IS 137 (53.91% from 255) = 26.40%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=31.02%
G=26.40%
B=42.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611372210.270.3800.13257.1455.2670.2
HexA189DD1B260D1013746
Octal241211335334601540167106
Binary10100001100010011101110111011100110011011000000011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A189DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A189DD; }

 p { color: rgb(161,137,221); }

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

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

 a { background-color: rgb(161,137,221); }

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

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

 span { border-color: rgb(161,137,221); }

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