#A991FD

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

Shades of Biloba Flower #A991FD

Tints of Biloba Flower #A991FD

Color information

#A991FD (or 0xA991FD) is unknown color: approx Biloba Flower. HEX triplet: A9, 91 and FD. RGB value is (169,145,253). Sum of RGB (Red+Green+Blue) = 169+145+253=567 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.81% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #A991FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A991FD is #566E02. Grayscale: #A4A4A4. Windows color (decimal): -5664259 or 16617897. OLE color: 16617897.

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

Color convert

RGB169145253-
CMYK0.330.4300.01
HSL253.33º96.43%78.04%-
HSV(B)253.33º42.69%99.22%-
XYZ44.2235.7897.5-
YUV164.49177.95131.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.81%
GREEN value IS 145 (57.03% from 255) = 25.57%
BLUE value IS 253 (99.22% from 255) = 44.62%
R=29.81%
G=25.57%
B=44.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691452530.330.4300.01253.3396.4378.04
HexA991FD212B01fd604e
Octal251221375415301375140116
Binary101010011001000111111101100001101011011111110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991FD; }

 p { color: rgb(169,145,253); }

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

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

 a { background-color: rgb(169,145,253); }

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

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

 span { border-color: rgb(169,145,253); }

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