#A591D8

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

Shades of Biloba Flower #A591D8

Tints of Biloba Flower #A591D8

Color information

#A591D8 (or 0xA591D8) is unknown color: approx Biloba Flower. HEX triplet: A5, 91 and D8. RGB value is (165,145,216). Sum of RGB (Red+Green+Blue) = 165+145+216=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 145 (57.03% from 255 or 27.57% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #A591D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A591D8 is #5A6E27. Grayscale: #9E9E9E. Windows color (decimal): -5926440 or 14193061. OLE color: 14193061.

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

Color convert

RGB165145216-
CMYK0.240.3300.15
HSL256.9º47.65%70.78%-
HSV(B)256.9º32.87%84.71%-
XYZ38.0433.2169.37-
YUV159.07160.13132.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 145 (57.03% from 255) = 27.57%
BLUE value IS 216 (84.77% from 255) = 41.06%
R=31.37%
G=27.57%
B=41.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651452160.240.3300.15256.947.6570.78
HexA591D818210F1013047
Octal245221330304101740160107
Binary10100101100100011101100011000100001011111000000011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A591D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A591D8; }

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

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

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

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

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

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

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

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