#A58FF0

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

Shades of Biloba Flower #A58FF0

Tints of Biloba Flower #A58FF0

Color information

#A58FF0 (or 0xA58FF0) is unknown color: approx Biloba Flower. HEX triplet: A5, 8F and F0. RGB value is (165,143,240). Sum of RGB (Red+Green+Blue) = 165+143+240=548 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.11% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #A58FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58FF0 is #5A700F. Grayscale: #A0A0A0. Windows color (decimal): -5926928 or 15765413. OLE color: 15765413.

HSL color Cylindrical-coordinate representation of color #A58FF0: hue angle of 253.61º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A58FF0 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB165143240-
CMYK0.310.4000.06
HSL253.61º76.38%75.1%-
HSV(B)253.61º40.42%94.12%-
XYZ41.0733.9486.82-
YUV160.64172.79131.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.11%
GREEN value IS 143 (56.25% from 255) = 26.09%
BLUE value IS 240 (94.14% from 255) = 43.80%
R=30.11%
G=26.09%
B=43.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1651432400.310.4000.06253.6176.3875.1
HexA58FF01F2806fe4c4b
Octal245217360375006376114113
Binary1010010110001111111100001111110100001101111111010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58FF0; }

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

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

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

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

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

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

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

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