#A58BD9

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

Shades of Biloba Flower #A58BD9

Tints of Biloba Flower #A58BD9

Color information

#A58BD9 (or 0xA58BD9) is unknown color: approx Biloba Flower. HEX triplet: A5, 8B and D9. RGB value is (165,139,217). Sum of RGB (Red+Green+Blue) = 165+139+217=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #A58BD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BD9 is #5A7426. Grayscale: #9B9B9B. Windows color (decimal): -5927975 or 14257061. OLE color: 14257061.

HSL color Cylindrical-coordinate representation of color #A58BD9: hue angle of 260º degrees, saturation: 0.51, 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 #A58BD9 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB165139217-
CMYK0.240.3600.15
HSL260º50.65%69.8%-
HSV(B)260º35.94%85.1%-
XYZ37.2731.4769.76-
YUV155.67162.61134.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.67%
GREEN value IS 139 (54.69% from 255) = 26.68%
BLUE value IS 217 (85.16% from 255) = 41.65%
R=31.67%
G=26.68%
B=41.65%

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
Decimal1651392170.240.3600.1526050.6569.8
HexA58BD918240F1043346
Octal245213331304401740463106
Binary10100101100010111101100111000100100011111000001001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58BD9; }

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

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

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

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

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

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

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

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