#A289E6

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

Shades of Biloba Flower #A289E6

Tints of Biloba Flower #A289E6

Color information

#A289E6 (or 0xA289E6) is unknown color: approx Biloba Flower. HEX triplet: A2, 89 and E6. RGB value is (162,137,230). Sum of RGB (Red+Green+Blue) = 162+137+230=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #A289E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A289E6 is #5D7619. Grayscale: #9A9A9A. Windows color (decimal): -6125082 or 15108514. OLE color: 15108514.

HSL color Cylindrical-coordinate representation of color #A289E6: hue angle of 256.13º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A289E6 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB162137230-
CMYK0.300.4000.10
HSL256.13º65.03%71.96%-
HSV(B)256.13º40.43%90.2%-
XYZ38.1331.2978.89-
YUV155.08170.28132.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.62%
GREEN value IS 137 (53.91% from 255) = 25.90%
BLUE value IS 230 (90.23% from 255) = 43.48%
R=30.62%
G=25.90%
B=43.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1621372300.300.4000.10256.1365.0371.96
HexA289E61E280A1004148
Octal2422113463650012400101110
Binary101000101000100111100110111101010000101010000000010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A289E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A289E6; }

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

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

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

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

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

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

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

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