#A991F2

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

Shades of Biloba Flower #A991F2

Tints of Biloba Flower #A991F2

Color information

#A991F2 (or 0xA991F2) is unknown color: approx Biloba Flower. HEX triplet: A9, 91 and F2. RGB value is (169,145,242). Sum of RGB (Red+Green+Blue) = 169+145+242=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 145 (57.03% from 255 or 26.08% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #A991F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A991F2 is #566E0D. Grayscale: #A2A2A2. Windows color (decimal): -5664270 or 15897001. OLE color: 15897001.

HSL color Cylindrical-coordinate representation of color #A991F2: hue angle of 254.85º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A991F2 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB169145242-
CMYK0.300.4000.05
HSL254.85º78.86%75.88%-
HSV(B)254.85º40.08%94.9%-
XYZ42.5135.188.54-
YUV163.23172.45132.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.40%
GREEN value IS 145 (57.03% from 255) = 26.08%
BLUE value IS 242 (94.92% from 255) = 43.53%
R=30.40%
G=26.08%
B=43.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1691452420.300.4000.05254.8578.8675.88
HexA991F21E2805ff4f4c
Octal251221362365005377117114
Binary1010100110010001111100101111010100001011111111110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991F2; }

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

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

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

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

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

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

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

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