#A389DB

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

Shades of Biloba Flower #A389DB

Tints of Biloba Flower #A389DB

Color information

#A389DB (or 0xA389DB) is unknown color: approx Biloba Flower. HEX triplet: A3, 89 and DB. RGB value is (163,137,219). Sum of RGB (Red+Green+Blue) = 163+137+219=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #A389DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389DB is #5C7624. Grayscale: #999999. Windows color (decimal): -6059557 or 14387619. OLE color: 14387619.

HSL color Cylindrical-coordinate representation of color #A389DB: hue angle of 259.02º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A389DB is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB163137219-
CMYK0.260.3700.14
HSL259.02º53.25%69.8%-
HSV(B)259.02º37.44%85.88%-
XYZ36.8430.7971.02-
YUV154.12164.61134.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.41%
GREEN value IS 137 (53.91% from 255) = 26.40%
BLUE value IS 219 (85.94% from 255) = 42.20%
R=31.41%
G=26.40%
B=42.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1631372190.260.3700.14259.0253.2569.8
HexA389DB1A250E1033546
Octal243211333324501640365106
Binary10100011100010011101101111010100101011101000000111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A389DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A389DB; }

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

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

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

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

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

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

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

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