#A58BD1

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

Shades of Biloba Flower #A58BD1

Tints of Biloba Flower #A58BD1

Color information

#A58BD1 (or 0xA58BD1) is unknown color: approx Biloba Flower. HEX triplet: A5, 8B and D1. RGB value is (165,139,209). Sum of RGB (Red+Green+Blue) = 165+139+209=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #A58BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BD1 is #5A742E. Grayscale: #9A9A9A. Windows color (decimal): -5927983 or 13732773. OLE color: 13732773.

HSL color Cylindrical-coordinate representation of color #A58BD1: hue angle of 262.29º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A58BD1 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165139209-
CMYK0.210.3300.18
HSL262.29º43.21%68.24%-
HSV(B)262.29º33.49%81.96%-
XYZ36.2631.0764.41-
YUV154.75158.61135.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.16%
GREEN value IS 139 (54.69% from 255) = 27.10%
BLUE value IS 209 (82.03% from 255) = 40.74%
R=32.16%
G=27.10%
B=40.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651392090.210.3300.18262.2943.2168.24
HexA58BD115210121062b44
Octal245213321254102240653104
Binary101001011000101111010001101011000010100101000001101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58BD1; }

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

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

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

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

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

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

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

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