#A389DD

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

Shades of Biloba Flower #A389DD

Tints of Biloba Flower #A389DD

Color information

#A389DD (or 0xA389DD) is unknown color: approx Biloba Flower. HEX triplet: A3, 89 and DD. RGB value is (163,137,221). Sum of RGB (Red+Green+Blue) = 163+137+221=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #A389DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389DD is #5C7622. Grayscale: #9A9A9A. Windows color (decimal): -6059555 or 14518691. OLE color: 14518691.

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

Color convert

RGB163137221-
CMYK0.260.3800.13
HSL258.57º55.26%70.2%-
HSV(B)258.57º38.01%86.67%-
XYZ37.130.972.42-
YUV154.35165.61134.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.29%
GREEN value IS 137 (53.91% from 255) = 26.30%
BLUE value IS 221 (86.72% from 255) = 42.42%
R=31.29%
G=26.30%
B=42.42%

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
Decimal1631372210.260.3800.13258.5755.2670.2
HexA389DD1A260D1033746
Octal243211335324601540367106
Binary10100011100010011101110111010100110011011000000111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A389DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A389DD; }

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

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

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

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

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

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

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

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