#A591FA

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

Shades of Biloba Flower #A591FA

Tints of Biloba Flower #A591FA

Color information

#A591FA (or 0xA591FA) is unknown color: approx Biloba Flower. HEX triplet: A5, 91 and FA. RGB value is (165,145,250). Sum of RGB (Red+Green+Blue) = 165+145+250=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #A591FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A591FA is #5A6E05. Grayscale: #A2A2A2. Windows color (decimal): -5926406 or 16421285. OLE color: 16421285.

HSL color Cylindrical-coordinate representation of color #A591FA: hue angle of 251.43º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A591FA is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165145250-
CMYK0.340.4200.02
HSL251.43º91.3%77.45%-
HSV(B)251.43º42%98.04%-
XYZ42.935.1594.97-
YUV162.95177.13129.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.46%
GREEN value IS 145 (57.03% from 255) = 25.89%
BLUE value IS 250 (98.05% from 255) = 44.64%
R=29.46%
G=25.89%
B=44.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651452500.340.4200.02251.4391.377.45
HexA591FA222A02fb5b4d
Octal245221372425202373133115
Binary1010010110010001111110101000101010100101111101110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A591FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A591FA; }

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

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

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

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

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

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

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

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