#A591D0

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

Shades of Biloba Flower #A591D0

Tints of Biloba Flower #A591D0

Color information

#A591D0 (or 0xA591D0) is unknown color: approx Biloba Flower. HEX triplet: A5, 91 and D0. RGB value is (165,145,208). Sum of RGB (Red+Green+Blue) = 165+145+208=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #A591D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A591D0 is #5A6E2F. Grayscale: #9D9D9D. Windows color (decimal): -5926448 or 13668773. OLE color: 13668773.

HSL color Cylindrical-coordinate representation of color #A591D0: hue angle of 259.05º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A591D0 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165145208-
CMYK0.210.3000.18
HSL259.05º40.13%69.22%-
HSV(B)259.05º30.29%81.57%-
XYZ37.0332.864.05-
YUV158.16156.13132.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.85%
GREEN value IS 145 (57.03% from 255) = 27.99%
BLUE value IS 208 (81.64% from 255) = 40.15%
R=31.85%
G=27.99%
B=40.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651452080.210.3000.18259.0540.1369.22
HexA591D0151E0121032845
Octal245221320253602240350105
Binary10100101100100011101000010101111100100101000000111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A591D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A591D0; }

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

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

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

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

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

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

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

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