#A58EDD

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

Shades of Biloba Flower #A58EDD

Tints of Biloba Flower #A58EDD

Color information

#A58EDD (or 0xA58EDD) is unknown color: approx Biloba Flower. HEX triplet: A5, 8E and DD. RGB value is (165,142,221). Sum of RGB (Red+Green+Blue) = 165+142+221=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #A58EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58EDD is #5A7122. Grayscale: #9D9D9D. Windows color (decimal): -5927203 or 14519973. OLE color: 14519973.

HSL color Cylindrical-coordinate representation of color #A58EDD: hue angle of 257.47º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A58EDD is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165142221-
CMYK0.250.3600.13
HSL257.47º53.74%71.18%-
HSV(B)257.47º35.75%86.67%-
XYZ38.2432.5772.68-
YUV157.88163.62133.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.25%
GREEN value IS 142 (55.86% from 255) = 26.89%
BLUE value IS 221 (86.72% from 255) = 41.86%
R=31.25%
G=26.89%
B=41.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651422210.250.3600.13257.4753.7471.18
HexA58EDD19240D1013647
Octal245216335314401540166107
Binary10100101100011101101110111001100100011011000000011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58EDD; }

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

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

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

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

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

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

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

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