#A58BDA

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

Shades of Biloba Flower #A58BDA

Tints of Biloba Flower #A58BDA

Color information

#A58BDA (or 0xA58BDA) is unknown color: approx Biloba Flower. HEX triplet: A5, 8B and DA. RGB value is (165,139,218). Sum of RGB (Red+Green+Blue) = 165+139+218=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #A58BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BDA is #5A7425. Grayscale: #9B9B9B. Windows color (decimal): -5927974 or 14322597. OLE color: 14322597.

HSL color Cylindrical-coordinate representation of color #A58BDA: hue angle of 259.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A58BDA is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB165139218-
CMYK0.240.3600.15
HSL259.75º51.63%70%-
HSV(B)259.75º36.24%85.49%-
XYZ37.431.5370.44-
YUV155.78163.11134.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 139 (54.69% from 255) = 26.63%
BLUE value IS 218 (85.55% from 255) = 41.76%
R=31.61%
G=26.63%
B=41.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651392180.240.3600.15259.7551.6370
HexA58BDA18240F1043446
Octal245213332304401740464106
Binary10100101100010111101101011000100100011111000001001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58BDA; }

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

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

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

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

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

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

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

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