#A58BDE

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

Shades of Biloba Flower #A58BDE

Tints of Biloba Flower #A58BDE

Color information

#A58BDE (or 0xA58BDE) is unknown color: approx Biloba Flower. HEX triplet: A5, 8B and DE. RGB value is (165,139,222). Sum of RGB (Red+Green+Blue) = 165+139+222=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #A58BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BDE is #5A7421. Grayscale: #9B9B9B. Windows color (decimal): -5927970 or 14584741. OLE color: 14584741.

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

Color convert

RGB165139222-
CMYK0.260.3700.13
HSL258.8º55.7%70.78%-
HSV(B)258.8º37.39%87.06%-
XYZ37.9331.7473.23-
YUV156.24165.11134.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 139 (54.69% from 255) = 26.43%
BLUE value IS 222 (87.11% from 255) = 42.21%
R=31.37%
G=26.43%
B=42.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651392220.260.3700.13258.855.770.78
HexA58BDE1A250D1033847
Octal245213336324501540370107
Binary10100101100010111101111011010100101011011000000111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58BDE; }

 p { color: rgb(165,139,222); }

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

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

 a { background-color: rgb(165,139,222); }

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

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

 span { border-color: rgb(165,139,222); }

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