#A588EC

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

Shades of Biloba Flower #A588EC

Tints of Biloba Flower #A588EC

Color information

#A588EC (or 0xA588EC) is unknown color: approx Biloba Flower. HEX triplet: A5, 88 and EC. RGB value is (165,136,236). Sum of RGB (Red+Green+Blue) = 165+136+236=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #A588EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A588EC is #5A7713. Grayscale: #9B9B9B. Windows color (decimal): -5928724 or 15501477. OLE color: 15501477.

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

Color convert

RGB165136236-
CMYK0.300.4200.07
HSL257.4º72.46%72.94%-
HSV(B)257.4º42.37%92.55%-
XYZ39.4631.6683.39-
YUV156.07173.11134.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.73%
GREEN value IS 136 (53.52% from 255) = 25.33%
BLUE value IS 236 (92.58% from 255) = 43.95%
R=30.73%
G=25.33%
B=43.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651362360.300.4200.07257.472.4672.94
HexA588EC1E2A071014849
Octal245210354365207401110111
Binary10100101100010001110110011110101010011110000000110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A588EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A588EC; }

 p { color: rgb(165,136,236); }

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

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

 a { background-color: rgb(165,136,236); }

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

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

 span { border-color: rgb(165,136,236); }

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