#A58FD9

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

Shades of Biloba Flower #A58FD9

Tints of Biloba Flower #A58FD9

Color information

#A58FD9 (or 0xA58FD9) is unknown color: approx Biloba Flower. HEX triplet: A5, 8F and D9. RGB value is (165,143,217). Sum of RGB (Red+Green+Blue) = 165+143+217=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 217 - color contains mainly: blue. Hex color #A58FD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FD9 is #5A7026. Grayscale: #9D9D9D. Windows color (decimal): -5926951 or 14258085. OLE color: 14258085.

HSL color Cylindrical-coordinate representation of color #A58FD9: hue angle of 257.84º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A58FD9 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB165143217-
CMYK0.240.3400.15
HSL257.84º49.33%70.59%-
HSV(B)257.84º34.1%85.1%-
XYZ37.8632.6569.95-
YUV158.01161.29132.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.43%
GREEN value IS 143 (56.25% from 255) = 27.24%
BLUE value IS 217 (85.16% from 255) = 41.33%
R=31.43%
G=27.24%
B=41.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651432170.240.3400.15257.8449.3370.59
HexA58FD918220F1023147
Octal245217331304201740261107
Binary10100101100011111101100111000100010011111000000101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58FD9; }

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

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

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

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

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

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

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

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