#A58DF9

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

Shades of Biloba Flower #A58DF9

Tints of Biloba Flower #A58DF9

Color information

#A58DF9 (or 0xA58DF9) is unknown color: approx Biloba Flower. HEX triplet: A5, 8D and F9. RGB value is (165,141,249). Sum of RGB (Red+Green+Blue) = 165+141+249=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #A58DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58DF9 is #5A7206. Grayscale: #A0A0A0. Windows color (decimal): -5927431 or 16354725. OLE color: 16354725.

HSL color Cylindrical-coordinate representation of color #A58DF9: hue angle of 253.33º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A58DF9 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165141249-
CMYK0.340.4300.02
HSL253.33º90%76.47%-
HSV(B)253.33º43.37%97.65%-
XYZ42.1433.8993.94-
YUV160.49177.95131.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.73%
GREEN value IS 141 (55.47% from 255) = 25.41%
BLUE value IS 249 (97.66% from 255) = 44.86%
R=29.73%
G=25.41%
B=44.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651412490.340.4300.02253.339076.47
HexA58DF9222B02fd5a4c
Octal245215371425302375132114
Binary1010010110001101111110011000101010110101111110110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58DF9; }

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

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

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

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

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

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

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

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