#A58BDB

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

Shades of Biloba Flower #A58BDB

Tints of Biloba Flower #A58BDB

Color information

#A58BDB (or 0xA58BDB) is unknown color: approx Biloba Flower. HEX triplet: A5, 8B and DB. RGB value is (165,139,219). Sum of RGB (Red+Green+Blue) = 165+139+219=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #A58BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BDB is #5A7424. Grayscale: #9B9B9B. Windows color (decimal): -5927973 or 14388133. OLE color: 14388133.

HSL color Cylindrical-coordinate representation of color #A58BDB: hue angle of 259.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A58BDB is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165139219-
CMYK0.250.3700.14
HSL259.5º52.63%70.2%-
HSV(B)259.5º36.53%85.88%-
XYZ37.5431.5871.13-
YUV155.89163.61134.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 139 (54.69% from 255) = 26.58%
BLUE value IS 219 (85.94% from 255) = 41.87%
R=31.55%
G=26.58%
B=41.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651392190.250.3700.14259.552.6370.2
HexA58BDB19250E1043546
Octal245213333314501640465106
Binary10100101100010111101101111001100101011101000001001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58BDB; }

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

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

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

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

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

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

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

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