#A58BF0

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

Shades of Biloba Flower #A58BF0

Tints of Biloba Flower #A58BF0

Color information

#A58BF0 (or 0xA58BF0) is unknown color: approx Biloba Flower. HEX triplet: A5, 8B and F0. RGB value is (165,139,240). Sum of RGB (Red+Green+Blue) = 165+139+240=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #A58BF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58BF0 is #5A740F. Grayscale: #9D9D9D. Windows color (decimal): -5927952 or 15764389. OLE color: 15764389.

HSL color Cylindrical-coordinate representation of color #A58BF0: hue angle of 255.45º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A58BF0 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB165139240-
CMYK0.310.4200.06
HSL255.45º77.1%74.31%-
HSV(B)255.45º42.08%94.12%-
XYZ40.4832.7686.63-
YUV158.29174.11132.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.33%
GREEN value IS 139 (54.69% from 255) = 25.55%
BLUE value IS 240 (94.14% from 255) = 44.12%
R=30.33%
G=25.55%
B=44.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1651392400.310.4200.06255.4577.174.31
HexA58BF01F2A06ff4d4a
Octal245213360375206377115112
Binary1010010110001011111100001111110101001101111111110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58BF0; }

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

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

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

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

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

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

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

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