#A488E9

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

Shades of Biloba Flower #A488E9

Tints of Biloba Flower #A488E9

Color information

#A488E9 (or 0xA488E9) is unknown color: approx Biloba Flower. HEX triplet: A4, 88 and E9. RGB value is (164,136,233). Sum of RGB (Red+Green+Blue) = 164+136+233=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #A488E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A488E9 is #5B7716. Grayscale: #9B9B9B. Windows color (decimal): -5994263 or 15304868. OLE color: 15304868.

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

Color convert

RGB164136233-
CMYK0.300.4200.09
HSL257.32º68.79%72.35%-
HSV(B)257.32º41.63%91.37%-
XYZ38.8231.3881.1-
YUV155.43171.78134.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.77%
GREEN value IS 136 (53.52% from 255) = 25.52%
BLUE value IS 233 (91.41% from 255) = 43.71%
R=30.77%
G=25.52%
B=43.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1641362330.300.4200.09257.3268.7972.35
HexA488E91E2A091014548
Octal2442103513652011401105110
Binary101001001000100011101001111101010100100110000000110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A488E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A488E9; }

 p { color: rgb(164,136,233); }

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

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

 a { background-color: rgb(164,136,233); }

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

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

 span { border-color: rgb(164,136,233); }

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