#A591CA

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

Shades of Biloba Flower #A591CA

Tints of Biloba Flower #A591CA

Color information

#A591CA (or 0xA591CA) is unknown color: approx Biloba Flower. HEX triplet: A5, 91 and CA. RGB value is (165,145,202). Sum of RGB (Red+Green+Blue) = 165+145+202=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #A591CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A591CA is #5A6E35. Grayscale: #9D9D9D. Windows color (decimal): -5926454 or 13275557. OLE color: 13275557.

HSL color Cylindrical-coordinate representation of color #A591CA: hue angle of 261.05º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A591CA is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165145202-
CMYK0.180.2800.21
HSL261.05º34.97%68.04%-
HSV(B)261.05º28.22%79.22%-
XYZ36.332.5160.24-
YUV157.48153.13133.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 145 (57.03% from 255) = 28.32%
BLUE value IS 202 (79.30% from 255) = 39.45%
R=32.23%
G=28.32%
B=39.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651452020.180.2800.21261.0534.9768.04
HexA591CA121C0151052344
Octal245221312223402540543104
Binary10100101100100011100101010010111000101011000001011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A591CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A591CA; }

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

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

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

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

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

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

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

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