#a58fd2

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

Shades of Biloba Flower #A58FD2

Tints of Biloba Flower #A58FD2

Color information

#A58FD2 (or 0xA58FD2) is unknown color: approx Biloba Flower. HEX triplet: A5, 8F and D2. RGB value is (165,143,210). Sum of RGB (Red+Green+Blue) = 165+143+210=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 210 - color contains mainly: blue. Hex color #A58FD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FD2 is #5A702D. Grayscale: #9C9C9C. Windows color (decimal): -5926958 or 13799333. OLE color: 13799333.

HSL color Cylindrical-coordinate representation of color #A58FD2: hue angle of 259.7º degrees, saturation: 0.43, 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 #A58FD2 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165143210-
CMYK0.210.3200.18
HSL259.7º42.68%69.22%-
HSV(B)259.7º31.9%82.35%-
XYZ36.9732.365.26-
YUV157.22157.79133.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.85%
GREEN value IS 143 (56.25% from 255) = 27.61%
BLUE value IS 210 (82.42% from 255) = 40.54%
R=31.85%
G=27.61%
B=40.54%

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
Decimal1651432100.210.3200.18259.742.6869.22
HexA58FD215200121042b45
Octal245217322254002240453105
Binary101001011000111111010010101011000000100101000001001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a58fd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a58fd2; }

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

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

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

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

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

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

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

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