#A289E2

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

Shades of Biloba Flower #A289E2

Tints of Biloba Flower #A289E2

Color information

#A289E2 (or 0xA289E2) is unknown color: approx Biloba Flower. HEX triplet: A2, 89 and E2. RGB value is (162,137,226). Sum of RGB (Red+Green+Blue) = 162+137+226=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 226 (88.67% from 255 or 43.05% from 525); Max value from RGB is 226 - color contains mainly: blue. Hex color #A289E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289E2 is #5D761D. Grayscale: #9A9A9A. Windows color (decimal): -6125086 or 14846370. OLE color: 14846370.

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

Color convert

RGB162137226-
CMYK0.280.3900.11
HSL256.85º60.54%71.18%-
HSV(B)256.85º39.38%88.63%-
XYZ37.5731.0675.97-
YUV154.62168.28133.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.86%
GREEN value IS 137 (53.91% from 255) = 26.10%
BLUE value IS 226 (88.67% from 255) = 43.05%
R=30.86%
G=26.10%
B=43.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1621372260.280.3900.11256.8560.5471.18
HexA289E21C270B1013d47
Octal242211342344701340175107
Binary10100010100010011110001011100100111010111000000011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A289E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A289E2; }

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

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

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

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

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

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

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

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