#A58EE4

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

Shades of Biloba Flower #A58EE4

Tints of Biloba Flower #A58EE4

Color information

#A58EE4 (or 0xA58EE4) is unknown color: approx Biloba Flower. HEX triplet: A5, 8E and E4. RGB value is (165,142,228). Sum of RGB (Red+Green+Blue) = 165+142+228=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 228 (89.45% from 255 or 42.62% from 535); Max value from RGB is 228 - color contains mainly: blue. Hex color #A58EE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58EE4 is #5A711B. Grayscale: #9E9E9E. Windows color (decimal): -5927196 or 14978725. OLE color: 14978725.

HSL color Cylindrical-coordinate representation of color #A58EE4: hue angle of 256.05º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A58EE4 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB165142228-
CMYK0.280.3800.11
HSL256.05º61.43%72.55%-
HSV(B)256.05º37.72%89.41%-
XYZ39.1932.9577.69-
YUV158.68167.12132.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.84%
GREEN value IS 142 (55.86% from 255) = 26.54%
BLUE value IS 228 (89.45% from 255) = 42.62%
R=30.84%
G=26.54%
B=42.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1651422280.280.3800.11256.0561.4372.55
HexA58EE41C260B1003d49
Octal245216344344601340075111
Binary10100101100011101110010011100100110010111000000001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58EE4; }

 p { color: rgb(165,142,228); }

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

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

 a { background-color: rgb(165,142,228); }

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

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

 span { border-color: rgb(165,142,228); }

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