#A58BD3

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

Shades of Biloba Flower #A58BD3

Tints of Biloba Flower #A58BD3

Color information

#A58BD3 (or 0xA58BD3) is unknown color: approx Biloba Flower. HEX triplet: A5, 8B and D3. RGB value is (165,139,211). Sum of RGB (Red+Green+Blue) = 165+139+211=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 211 - color contains mainly: blue. Hex color #A58BD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BD3 is #5A742C. Grayscale: #9A9A9A. Windows color (decimal): -5927981 or 13863845. OLE color: 13863845.

HSL color Cylindrical-coordinate representation of color #A58BD3: hue angle of 261.67º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A58BD3 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB165139211-
CMYK0.220.3400.17
HSL261.67º45%68.63%-
HSV(B)261.67º34.12%82.75%-
XYZ36.5131.1765.72-
YUV154.98159.61135.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.04%
GREEN value IS 139 (54.69% from 255) = 26.99%
BLUE value IS 211 (82.81% from 255) = 40.97%
R=32.04%
G=26.99%
B=40.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1651392110.220.3400.17261.674568.63
HexA58BD316220111062d45
Octal245213323264202140655105
Binary101001011000101111010011101101000100100011000001101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58BD3; }

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

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

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

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

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

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

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

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