#A389E3

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

Shades of Biloba Flower #A389E3

Tints of Biloba Flower #A389E3

Color information

#A389E3 (or 0xA389E3) is unknown color: approx Biloba Flower. HEX triplet: A3, 89 and E3. RGB value is (163,137,227). Sum of RGB (Red+Green+Blue) = 163+137+227=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 227 (89.06% from 255 or 43.07% from 527); Max value from RGB is 227 - color contains mainly: blue. Hex color #A389E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389E3 is #5C761C. Grayscale: #9A9A9A. Windows color (decimal): -6059549 or 14911907. OLE color: 14911907.

HSL color Cylindrical-coordinate representation of color #A389E3: hue angle of 257.33º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A389E3 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB163137227-
CMYK0.280.4000.11
HSL257.33º61.64%71.37%-
HSV(B)257.33º39.65%89.02%-
XYZ37.9231.2276.7-
YUV155.03168.61133.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.93%
GREEN value IS 137 (53.91% from 255) = 26.00%
BLUE value IS 227 (89.06% from 255) = 43.07%
R=30.93%
G=26.00%
B=43.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1631372270.280.4000.11257.3361.6471.37
HexA389E31C280B1013e47
Octal243211343345001340176107
Binary10100011100010011110001111100101000010111000000011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A389E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A389E3; }

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

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

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

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

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

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

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

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