#A58DF5

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

Shades of Biloba Flower #A58DF5

Tints of Biloba Flower #A58DF5

Color information

#A58DF5 (or 0xA58DF5) is unknown color: approx Biloba Flower. HEX triplet: A5, 8D and F5. RGB value is (165,141,245). Sum of RGB (Red+Green+Blue) = 165+141+245=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 245 (96.09% from 255 or 44.46% from 551); Max value from RGB is 245 - color contains mainly: blue. Hex color #A58DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58DF5 is #5A720A. Grayscale: #9F9F9F. Windows color (decimal): -5927435 or 16092581. OLE color: 16092581.

HSL color Cylindrical-coordinate representation of color #A58DF5: hue angle of 253.85º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A58DF5 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB165141245-
CMYK0.330.4200.04
HSL253.85º83.87%75.69%-
HSV(B)253.85º42.45%96.08%-
XYZ41.5233.6490.69-
YUV160.03175.95131.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.95%
GREEN value IS 141 (55.47% from 255) = 25.59%
BLUE value IS 245 (96.09% from 255) = 44.46%
R=29.95%
G=25.59%
B=44.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1651412450.330.4200.04253.8583.8775.69
HexA58DF5212A04fe544c
Octal245215365415204376124114
Binary10100101100011011111010110000110101001001111111010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58DF5; }

 p { color: rgb(165,141,245); }

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

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

 a { background-color: rgb(165,141,245); }

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

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

 span { border-color: rgb(165,141,245); }

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