#A289E5

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

Shades of Biloba Flower #A289E5

Tints of Biloba Flower #A289E5

Color information

#A289E5 (or 0xA289E5) is unknown color: approx Biloba Flower. HEX triplet: A2, 89 and E5. RGB value is (162,137,229). Sum of RGB (Red+Green+Blue) = 162+137+229=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #A289E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289E5 is #5D761A. Grayscale: #9A9A9A. Windows color (decimal): -6125083 or 15042978. OLE color: 15042978.

HSL color Cylindrical-coordinate representation of color #A289E5: hue angle of 256.3º degrees, saturation: 0.64, 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 #A289E5 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB162137229-
CMYK0.290.4000.10
HSL256.3º63.89%71.76%-
HSV(B)256.3º40.17%89.8%-
XYZ37.9931.2378.15-
YUV154.96169.78133.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.68%
GREEN value IS 137 (53.91% from 255) = 25.95%
BLUE value IS 229 (89.84% from 255) = 43.37%
R=30.68%
G=25.95%
B=43.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1621372290.290.4000.10256.363.8971.76
HexA289E51D280A1004048
Octal2422113453550012400100110
Binary101000101000100111100101111011010000101010000000010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A289E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A289E5; }

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

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

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

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

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

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

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

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