#A58FD1

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

Shades of Biloba Flower #A58FD1

Tints of Biloba Flower #A58FD1

Color information

#A58FD1 (or 0xA58FD1) is unknown color: approx Biloba Flower. HEX triplet: A5, 8F and D1. RGB value is (165,143,209). Sum of RGB (Red+Green+Blue) = 165+143+209=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 209 - color contains mainly: blue. Hex color #A58FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FD1 is #5A702E. Grayscale: #9C9C9C. Windows color (decimal): -5926959 or 13733797. OLE color: 13733797.

HSL color Cylindrical-coordinate representation of color #A58FD1: hue angle of 260º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A58FD1 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165143209-
CMYK0.210.3200.18
HSL260º41.77%69.02%-
HSV(B)260º31.58%81.96%-
XYZ36.8532.2564.6-
YUV157.1157.29133.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.91%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 209 (82.03% from 255) = 40.43%
R=31.91%
G=27.66%
B=40.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651432090.210.3200.1826041.7769.02
HexA58FD115200121042a45
Octal245217321254002240452105
Binary101001011000111111010001101011000000100101000001001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58FD1; }

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

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

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

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

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

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

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

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