#A289EA

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

Shades of Biloba Flower #A289EA

Tints of Biloba Flower #A289EA

Color information

#A289EA (or 0xA289EA) is unknown color: approx Biloba Flower. HEX triplet: A2, 89 and EA. RGB value is (162,137,234). Sum of RGB (Red+Green+Blue) = 162+137+234=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #A289EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A289EA is #5D7615. Grayscale: #9B9B9B. Windows color (decimal): -6125078 or 15370658. OLE color: 15370658.

HSL color Cylindrical-coordinate representation of color #A289EA: hue angle of 255.46º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A289EA is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162137234-
CMYK0.310.4100.08
HSL255.46º69.78%72.75%-
HSV(B)255.46º41.45%91.76%-
XYZ38.731.5181.88-
YUV155.53172.28132.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.39%
GREEN value IS 137 (53.91% from 255) = 25.70%
BLUE value IS 234 (91.80% from 255) = 43.90%
R=30.39%
G=25.70%
B=43.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621372340.310.4100.08255.4669.7872.75
HexA289EA1F2908ff4649
Octal2422113523751010377106111
Binary10100010100010011110101011111101001010001111111110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A289EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A289EA; }

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

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

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

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

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

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

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

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