#A489DD

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

Shades of Biloba Flower #A489DD

Tints of Biloba Flower #A489DD

Color information

#A489DD (or 0xA489DD) is unknown color: approx Biloba Flower. HEX triplet: A4, 89 and DD. RGB value is (164,137,221). Sum of RGB (Red+Green+Blue) = 164+137+221=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #A489DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489DD is #5B7622. Grayscale: #9A9A9A. Windows color (decimal): -5994019 or 14518692. OLE color: 14518692.

HSL color Cylindrical-coordinate representation of color #A489DD: hue angle of 259.29º 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 #A489DD is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164137221-
CMYK0.260.3800.13
HSL259.29º55.26%70.2%-
HSV(B)259.29º38.01%86.67%-
XYZ37.313172.42-
YUV154.65165.45134.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.42%
GREEN value IS 137 (53.91% from 255) = 26.25%
BLUE value IS 221 (86.72% from 255) = 42.34%
R=31.42%
G=26.25%
B=42.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641372210.260.3800.13259.2955.2670.2
HexA489DD1A260D1033746
Octal244211335324601540367106
Binary10100100100010011101110111010100110011011000000111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A489DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A489DD; }

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

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

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

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

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

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

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

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