#A289E1

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

Shades of Biloba Flower #A289E1

Tints of Biloba Flower #A289E1

Color information

#A289E1 (or 0xA289E1) is unknown color: approx Biloba Flower. HEX triplet: A2, 89 and E1. RGB value is (162,137,225). Sum of RGB (Red+Green+Blue) = 162+137+225=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 225 - color contains mainly: blue. Hex color #A289E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289E1 is #5D761E. Grayscale: #9A9A9A. Windows color (decimal): -6125087 or 14780834. OLE color: 14780834.

HSL color Cylindrical-coordinate representation of color #A289E1: hue angle of 257.05º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A289E1 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB162137225-
CMYK0.280.3900.12
HSL257.05º59.46%70.98%-
HSV(B)257.05º39.11%88.24%-
XYZ37.4431.0175.25-
YUV154.51167.78133.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.92%
GREEN value IS 137 (53.91% from 255) = 26.15%
BLUE value IS 225 (88.28% from 255) = 42.94%
R=30.92%
G=26.15%
B=42.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1621372250.280.3900.12257.0559.4670.98
HexA289E11C270C1013b47
Octal242211341344701440173107
Binary10100010100010011110000111100100111011001000000011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A289E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A289E1; }

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

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

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

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

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

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

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

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