#A591D5

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

Shades of Biloba Flower #A591D5

Tints of Biloba Flower #A591D5

Color information

#A591D5 (or 0xA591D5) is unknown color: approx Biloba Flower. HEX triplet: A5, 91 and D5. RGB value is (165,145,213). Sum of RGB (Red+Green+Blue) = 165+145+213=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: blue. Hex color #A591D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A591D5 is #5A6E2A. Grayscale: #9E9E9E. Windows color (decimal): -5926443 or 13996453. OLE color: 13996453.

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

Color convert

RGB165145213-
CMYK0.230.3200.16
HSL257.65º44.74%70.2%-
HSV(B)257.65º31.92%83.53%-
XYZ37.6533.0567.35-
YUV158.73158.63132.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 145 (57.03% from 255) = 27.72%
BLUE value IS 213 (83.59% from 255) = 40.73%
R=31.55%
G=27.72%
B=40.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1651452130.230.3200.16257.6544.7470.2
HexA591D517200101022d46
Octal245221325274002040255106
Binary101001011001000111010101101111000000100001000000101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A591D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A591D5; }

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

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

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

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

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

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

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

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