#A591EB

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

Shades of Biloba Flower #A591EB

Tints of Biloba Flower #A591EB

Color information

#A591EB (or 0xA591EB) is unknown color: approx Biloba Flower. HEX triplet: A5, 91 and EB. RGB value is (165,145,235). Sum of RGB (Red+Green+Blue) = 165+145+235=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #A591EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A591EB is #5A6E14. Grayscale: #A0A0A0. Windows color (decimal): -5926421 or 15438245. OLE color: 15438245.

HSL color Cylindrical-coordinate representation of color #A591EB: hue angle of 253.33º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A591EB is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB165145235-
CMYK0.300.3800.08
HSL253.33º69.23%74.51%-
HSV(B)253.33º38.3%92.16%-
XYZ40.6434.2583.07-
YUV161.24169.63130.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.28%
GREEN value IS 145 (57.03% from 255) = 26.61%
BLUE value IS 235 (92.19% from 255) = 43.12%
R=30.28%
G=26.61%
B=43.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1651452350.300.3800.08253.3369.2374.51
HexA591EB1E2608fd454b
Octal2452213533646010375105113
Binary10100101100100011110101111110100110010001111110110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A591EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A591EB; }

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

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

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

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

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

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

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

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