#A58FFB

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

Shades of Biloba Flower #A58FFB

Tints of Biloba Flower #A58FFB

Color information

#A58FFB (or 0xA58FFB) is unknown color: approx Biloba Flower. HEX triplet: A5, 8F and FB. RGB value is (165,143,251). Sum of RGB (Red+Green+Blue) = 165+143+251=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #A58FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58FFB is #5A7004. Grayscale: #A1A1A1. Windows color (decimal): -5926917 or 16486309. OLE color: 16486309.

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

Color convert

RGB165143251-
CMYK0.340.4300.02
HSL252.22º93.1%77.25%-
HSV(B)252.22º43.03%98.43%-
XYZ42.7534.6195.69-
YUV161.89178.29130.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.52%
GREEN value IS 143 (56.25% from 255) = 25.58%
BLUE value IS 251 (98.44% from 255) = 44.90%
R=29.52%
G=25.58%
B=44.90%

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
Decimal1651432510.340.4300.02252.2293.177.25
HexA58FFB222B02fc5d4d
Octal245217373425302374135115
Binary1010010110001111111110111000101010110101111110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58FFB; }

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

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

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

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

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

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

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

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