#A591FC

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

Shades of Biloba Flower #A591FC

Tints of Biloba Flower #A591FC

Color information

#A591FC (or 0xA591FC) is unknown color: approx Biloba Flower. HEX triplet: A5, 91 and FC. RGB value is (165,145,252). Sum of RGB (Red+Green+Blue) = 165+145+252=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #A591FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A591FC is #5A6E03. Grayscale: #A2A2A2. Windows color (decimal): -5926404 or 16552357. OLE color: 16552357.

HSL color Cylindrical-coordinate representation of color #A591FC: hue angle of 251.21º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A591FC is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB165145252-
CMYK0.350.4200.01
HSL251.21º94.69%77.84%-
HSV(B)251.21º42.46%98.82%-
XYZ43.2135.2896.63-
YUV163.18178.13129.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.36%
GREEN value IS 145 (57.03% from 255) = 25.80%
BLUE value IS 252 (98.83% from 255) = 44.84%
R=29.36%
G=25.80%
B=44.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651452520.350.4200.01251.2194.6977.84
HexA591FC232A01fb5f4e
Octal245221374435201373137116
Binary101001011001000111111100100011101010011111101110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A591FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A591FC; }

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

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

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

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

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

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

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

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