#A58AE1

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

Shades of Biloba Flower #A58AE1

Tints of Biloba Flower #A58AE1

Color information

#A58AE1 (or 0xA58AE1) is unknown color: approx Biloba Flower. HEX triplet: A5, 8A and E1. RGB value is (165,138,225). Sum of RGB (Red+Green+Blue) = 165+138+225=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #A58AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58AE1 is #5A751E. Grayscale: #9B9B9B. Windows color (decimal): -5928223 or 14781093. OLE color: 14781093.

HSL color Cylindrical-coordinate representation of color #A58AE1: hue angle of 258.62º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A58AE1 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB165138225-
CMYK0.270.3900.12
HSL258.62º59.18%71.18%-
HSV(B)258.62º38.67%88.24%-
XYZ38.231.6175.32-
YUV155.99166.95134.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.25%
GREEN value IS 138 (54.30% from 255) = 26.14%
BLUE value IS 225 (88.28% from 255) = 42.61%
R=31.25%
G=26.14%
B=42.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1651382250.270.3900.12258.6259.1871.18
HexA58AE11B270C1033b47
Octal245212341334701440373107
Binary10100101100010101110000111011100111011001000000111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58AE1; }

 p { color: rgb(165,138,225); }

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

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

 a { background-color: rgb(165,138,225); }

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

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

 span { border-color: rgb(165,138,225); }

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