#A588EA

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

Shades of Biloba Flower #A588EA

Tints of Biloba Flower #A588EA

Color information

#A588EA (or 0xA588EA) is unknown color: approx Biloba Flower. HEX triplet: A5, 88 and EA. RGB value is (165,136,234). Sum of RGB (Red+Green+Blue) = 165+136+234=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #A588EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A588EA is #5A7715. Grayscale: #9B9B9B. Windows color (decimal): -5928726 or 15370405. OLE color: 15370405.

HSL color Cylindrical-coordinate representation of color #A588EA: hue angle of 257.76º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A588EA is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB165136234-
CMYK0.290.4200.08
HSL257.76º70%72.55%-
HSV(B)257.76º41.88%91.76%-
XYZ39.1731.5581.87-
YUV155.84172.11134.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.84%
GREEN value IS 136 (53.52% from 255) = 25.42%
BLUE value IS 234 (91.80% from 255) = 43.74%
R=30.84%
G=25.42%
B=43.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1651362340.290.4200.08257.767072.55
HexA588EA1D2A081024649
Octal2452103523552010402106111
Binary101001011000100011101010111011010100100010000001010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A588EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A588EA; }

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

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

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

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

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

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

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

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