#A289E9

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

Shades of Biloba Flower #A289E9

Tints of Biloba Flower #A289E9

Color information

#A289E9 (or 0xA289E9) is unknown color: approx Biloba Flower. HEX triplet: A2, 89 and E9. RGB value is (162,137,233). Sum of RGB (Red+Green+Blue) = 162+137+233=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #A289E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A289E9 is #5D7616. Grayscale: #9B9B9B. Windows color (decimal): -6125079 or 15305122. OLE color: 15305122.

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

Color convert

RGB162137233-
CMYK0.300.4100.09
HSL255.62º68.57%72.55%-
HSV(B)255.62º41.2%91.37%-
XYZ38.5531.4681.13-
YUV155.42171.78132.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.45%
GREEN value IS 137 (53.91% from 255) = 25.75%
BLUE value IS 233 (91.41% from 255) = 43.80%
R=30.45%
G=25.75%
B=43.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1621372330.300.4100.09255.6268.5772.55
HexA289E91E29091004549
Octal2422113513651011400105111
Binary101000101000100111101001111101010010100110000000010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A289E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A289E9; }

 p { color: rgb(162,137,233); }

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

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

 a { background-color: rgb(162,137,233); }

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

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

 span { border-color: rgb(162,137,233); }

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