#A289E7

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

Shades of Biloba Flower #A289E7

Tints of Biloba Flower #A289E7

Color information

#A289E7 (or 0xA289E7) is unknown color: approx Biloba Flower. HEX triplet: A2, 89 and E7. RGB value is (162,137,231). Sum of RGB (Red+Green+Blue) = 162+137+231=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 231 - color contains mainly: blue. Hex color #A289E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A289E7 is #5D7618. Grayscale: #9A9A9A. Windows color (decimal): -6125081 or 15174050. OLE color: 15174050.

HSL color Cylindrical-coordinate representation of color #A289E7: hue angle of 255.96º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A289E7 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB162137231-
CMYK0.300.4100.09
HSL255.96º66.2%72.16%-
HSV(B)255.96º40.69%90.59%-
XYZ38.2731.3479.63-
YUV155.19170.78132.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.57%
GREEN value IS 137 (53.91% from 255) = 25.85%
BLUE value IS 231 (90.62% from 255) = 43.58%
R=30.57%
G=25.85%
B=43.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1621372310.300.4100.09255.9666.272.16
HexA289E71E29091004248
Octal2422113473651011400102110
Binary101000101000100111100111111101010010100110000000010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A289E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A289E7; }

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

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

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

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

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

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

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

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