#A587D5

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

Shades of Biloba Flower #A587D5

Tints of Biloba Flower #A587D5

Color information

#A587D5 (or 0xA587D5) is unknown color: approx Biloba Flower. HEX triplet: A5, 87 and D5. RGB value is (165,135,213). Sum of RGB (Red+Green+Blue) = 165+135+213=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 135 (53.12% from 255 or 26.32% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #A587D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A587D5 is #5A782A. Grayscale: #989898. Windows color (decimal): -5929003 or 13993893. OLE color: 13993893.

HSL color Cylindrical-coordinate representation of color #A587D5: hue angle of 263.08º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A587D5 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB165135213-
CMYK0.230.3700.16
HSL263.08º48.15%68.24%-
HSV(B)263.08º36.62%83.53%-
XYZ36.1930.1366.86-
YUV152.86161.94136.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.16%
GREEN value IS 135 (53.12% from 255) = 26.32%
BLUE value IS 213 (83.59% from 255) = 41.52%
R=32.16%
G=26.32%
B=41.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1651352130.230.3700.16263.0848.1568.24
HexA587D517250101073044
Octal245207325274502040760104
Binary101001011000011111010101101111001010100001000001111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A587D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A587D5; }

 p { color: rgb(165,135,213); }

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

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

 a { background-color: rgb(165,135,213); }

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

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

 span { border-color: rgb(165,135,213); }

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