#A389E7

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

Shades of Biloba Flower #A389E7

Tints of Biloba Flower #A389E7

Color information

#A389E7 (or 0xA389E7) is unknown color: approx Biloba Flower. HEX triplet: A3, 89 and E7. RGB value is (163,137,231). Sum of RGB (Red+Green+Blue) = 163+137+231=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 231 - color contains mainly: blue. Hex color #A389E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A389E7 is #5C7618. Grayscale: #9B9B9B. Windows color (decimal): -6059545 or 15174051. OLE color: 15174051.

HSL color Cylindrical-coordinate representation of color #A389E7: hue angle of 256.6º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A389E7 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB163137231-
CMYK0.290.4100.09
HSL256.6º66.2%72.16%-
HSV(B)256.6º40.69%90.59%-
XYZ38.4731.4579.64-
YUV155.49170.61133.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.70%
GREEN value IS 137 (53.91% from 255) = 25.80%
BLUE value IS 231 (90.62% from 255) = 43.50%
R=30.70%
G=25.80%
B=43.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1631372310.290.4100.09256.666.272.16
HexA389E71D29091014248
Octal2432113473551011401102110
Binary101000111000100111100111111011010010100110000000110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A389E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A389E7; }

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

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

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

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

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

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

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

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