#A591DB

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

Shades of Biloba Flower #A591DB

Tints of Biloba Flower #A591DB

Color information

#A591DB (or 0xA591DB) is unknown color: approx Biloba Flower. HEX triplet: A5, 91 and DB. RGB value is (165,145,219). Sum of RGB (Red+Green+Blue) = 165+145+219=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #A591DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A591DB is #5A6E24. Grayscale: #9F9F9F. Windows color (decimal): -5926437 or 14389669. OLE color: 14389669.

HSL color Cylindrical-coordinate representation of color #A591DB: hue angle of 256.22º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A591DB is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165145219-
CMYK0.250.3400.14
HSL256.22º50.68%71.37%-
HSV(B)256.22º33.79%85.88%-
XYZ38.4333.3671.43-
YUV159.42161.63131.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.19%
GREEN value IS 145 (57.03% from 255) = 27.41%
BLUE value IS 219 (85.94% from 255) = 41.40%
R=31.19%
G=27.41%
B=41.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651452190.250.3400.14256.2250.6871.37
HexA591DB19220E1003347
Octal245221333314201640063107
Binary10100101100100011101101111001100010011101000000001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A591DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A591DB; }

 p { color: rgb(165,145,219); }

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

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

 a { background-color: rgb(165,145,219); }

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

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

 span { border-color: rgb(165,145,219); }

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